summaryrefslogtreecommitdiff
path: root/tests/db_functions/models.py
AgeCommit message (Expand)Author
2017-03-29Refs #18247 -- Fixed SQLite QuerySet filtering on decimal result of Least and...Sergey Fedoseev
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-05Fixed #24767 -- Added Greatest and Least expressionsIan Foote
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton