django1/django/db/models/functions
Claude Paroz fc3a463048 Fixed #29767 -- Made date-related casts work on SQLite
Thanks Rémy Hubscher for the report and Tim Graham and Simon Charette for the reviews.
2018-10-01 13:27:30 +02:00
..
__init__.py Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup. 2018-08-18 13:09:15 -04:00
comparison.py Fixed #29767 -- Made date-related casts work on SQLite 2018-10-01 13:27:30 +02:00
datetime.py Fixed #29500 -- Fixed SQLite function crashes on null values. 2018-09-10 15:08:55 -04:00
math.py Fixed #29048 -- Added **extra_context to database function as_vendor() methods. 2018-08-23 11:52:09 -04:00
text.py Fixed #29500 -- Fixed SQLite function crashes on null values. 2018-09-10 15:08:55 -04:00
window.py Refs #26608 -- Removed unneeded name attribute in window functions. 2018-07-05 11:38:07 -04:00