django1/django/db/models/functions
Étienne Beaulé 509d9da26f Fixed #26390 -- Disabled grouping by Random().
Thanks to Tzu-ping Chung for the tests.
2020-10-21 20:54:53 +02:00
..
__init__.py Fixed #32060 -- Added Random database function. 2020-10-02 06:58:03 +02:00
comparison.py Fixed #21181 -- Added Collate database function. 2020-08-11 22:21:08 +02:00
datetime.py Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specific timezone. 2020-10-14 20:06:26 +02:00
math.py Fixed #26390 -- Disabled grouping by Random(). 2020-10-21 20:54:53 +02:00
mixins.py Bumped minimum isort version to 5.1.0. 2020-07-30 10:58:59 +02:00
text.py Fixed #31758 -- Removed unneeded BytesToCharFieldConversionMixin. 2020-07-02 21:26:01 +02:00
window.py Simplified some imports for database functions. 2019-01-08 19:21:31 -05:00