This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-05-07 15:36:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
/
models
/
functions
History
Nick Pope
c690afb873
Refs
#28643
-- Changed Avg() to use NumericOutputFieldMixin.
...
Keeps precision instead of forcing DecimalField to FloatField.
2019-01-14 14:35:41 -05:00
..
__init__.py
Refs
#28643
-- Added Reverse database function.
2019-01-12 10:45:48 -05:00
comparison.py
Simplified overriding source expressions in some database functions.
2019-01-14 13:02:58 -05:00
datetime.py
Corrected comment in TruncTime database function.
2019-01-14 13:02:58 -05:00
math.py
Refs
#28643
-- Moved db function mixins to a separate module.
2019-01-14 14:26:46 -05:00
mixins.py
Refs
#28643
-- Changed Avg() to use NumericOutputFieldMixin.
2019-01-14 14:35:41 -05:00
text.py
Avoided calling as_oracle() for SQLite in Left database function.
2019-01-14 13:02:58 -05:00
window.py
Simplified some imports for database functions.
2019-01-08 19:21:31 -05:00