Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/db_functions/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-051-0/+12
| | | | Greatest and Least are row-level Function versions of Min and Max.
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-271-0/+31
Added functions and tests Added docs and more tests Added TextField converter to mysql backend Aliased Value as V in example docs and tests Removed unicode_compatible in example Fixed console emulation in examples