| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-30 | [1.10.x] Replaced RawSQL with Cast in Coalesce doc example. | Simon Charette | |
| Backport of ad8f6a45eb44dbf527f915246883034c8554754c from master | |||
| 2016-09-12 | [1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt. | Simon Charette | |
| Thanks Valentin Ignatyev for the report. Backport of 767ba009764c6640b20ea6a6dc6ee2559cc87800 from master | |||
| 2016-07-08 | [1.10.x] Refs #25774 -- Adjusted datetime database function docs field names. | Simon Charette | |
| Backport of 90468079ec6f72a1b8b6a908d81d3201a3204b24 from master | |||
| 2016-05-18 | Fixed #25774 -- Refactor datetime expressions into public API | Josh Smeaton | |
| 2016-03-29 | Fixed #24932 -- Added Cast database function. | Claude Paroz | |
| Thanks Ian Foote for the initial patch. | |||
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-10-06 | Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. | Tim Graham | |
| 2015-09-23 | Removed versionadded/changed annotations for 1.8. | Tim Graham | |
| 2015-09-21 | Fixed #24629 -- Unified Transform and Expression APIs | Josh Smeaton | |
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-06-15 | Fixed #24894 -- Added contrib.postgres.functions.TransactionNow | Adam Chainz | |
| 2015-06-05 | Minor edits to Greatest/Least docs; refs #24767. | Tim Graham | |
| 2015-06-05 | Capitalized "Python" in docs. | Tim Graham | |
| 2015-06-05 | Fixed #24925 -- Document using Coalesce on MySQL | Ian Foote | |
| Add warning for using Coalesce with python values on MySQL and document workaround. | |||
| 2015-06-05 | Fixed #24767 -- Added Greatest and Least expressions | Ian Foote | |
| Greatest and Least are row-level Function versions of Min and Max. | |||
| 2015-06-02 | Fixed #24866 -- Added Now() database function | Adam Chainz | |
| 2014-12-27 | Fixed #23753 -- Added a suite of SQL Functions | Josh Smeaton | |
| 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 | |||
