Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/models/database-functions.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25508 -- Modified QuerySet.__repr__() to ↵Tim Graham2015-10-061-1/+1
| | | | disambiguate it from a list.
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-2/+0
|
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-211-0/+24
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24894 -- Added ↵Adam Chainz2015-06-151-1/+9
| | | | contrib.postgres.functions.TransactionNow
* Minor edits to Greatest/Least docs; refs #24767.Tim Graham2015-06-051-11/+11
|
* Capitalized "Python" in docs.Tim Graham2015-06-051-2/+2
|
* Fixed #24925 -- Document using Coalesce on MySQLIan Foote2015-06-051-0/+11
| | | | | Add warning for using Coalesce with python values on MySQL and document workaround.
* Fixed #24767 -- Added Greatest and Least expressionsIan Foote2015-06-051-0/+68
| | | | Greatest and Least are row-level Function versions of Min and Max.
* Fixed #24866 -- Added Now() database functionAdam Chainz2015-06-021-0/+15
|
* Fixed #23753 -- Added a suite of SQL FunctionsJosh Smeaton2014-12-271-0/+153
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