summaryrefslogtreecommitdiff
path: root/docs/ref/models/database-functions.txt
AgeCommit message (Collapse)Author
2019-01-12Refs #28643 -- Added Reverse database function.Nick Pope
Thanks Mariusz Felisiak for Oracle advice and review.
2019-01-10Refs #28643 -- Added NullIf database function.Mads Jensen
Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews.
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-07-30Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao
Thanks Nick Pope for much review.
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-04-03Refs #28643 -- Added Repeat database function.Mariusz Felisiak
Thanks Tim Graham and Nick Pope for reviews.
2018-03-21Clarified docs about ISO 8601 week numbering.Alasdair Nicol
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
Thanks Tim Graham for the review.
2018-03-15Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak
Thanks Tim Graham and Mads Jensen for reviews.
2018-02-23Refs #28643 -- Added Ord, Chr, Left, and Right database functions.bobort
2018-02-19Removed redundant lookup name in register_lookup() calls.Tim Graham
2018-01-27Fixed #28650 -- Added TruncWeek database function.Sigurd Ljødal
2018-01-23Fixed heading level typo in docs/ref/models/database-functions.txt.Tim Graham
2018-01-17Refs #28643 -- Added Replace database function.Mads Jensen
2017-10-13Refs #28643 -- Reorganized database functions docs.Mariusz Felisiak
Thanks Tim Graham for the review.
2017-09-27Clarified StrIndex docs example.Miguel
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes, Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie Cockburn for initial patch.
2017-09-04Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.Michael
And made an example use naming consistent with the rest of the doc.
2017-08-14Clarified Concat example in docs.Mathieu Hinderyckx
2017-06-28Fixed #27473 -- Added DurationField support to Extract.Daniel Hahler
2017-06-08Fixed #28103 -- Added quarter extract, truncation, and lookup.Mads Jensen
Thanks Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
2017-06-08Refs #25240 -- Added ExtractWeek examples.Mads Jensen
2017-04-03Refs #27834 -- Removed Value wrapping from StrIndex's substring param.Adam Johnson
2017-03-14Fixed #27834 -- Added StrIndex database function.Brad Melin
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-11-30Replaced RawSQL with Cast in Coalesce doc example.Simon Charette
2016-11-11Fixed #25240 -- Added ExtractWeek and exposed it through the __week lookup.Mads Jensen
Thanks to Mariusz Felisiak and Tim Graham for review.
2016-09-12Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.Simon Charette
Thanks Valentin Ignatyev for the report.
2016-07-08Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.Simon Charette
Thanks Tim for the review.
2016-07-08Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.Simon Charette
Thanks Josh for the amazing testing setup and Tim for the review.
2016-07-08Refs #25774 -- Adjusted datetime database function docs field names.Simon Charette
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-18Fixed #25774 -- Refactor datetime expressions into public APIJosh Smeaton
2016-03-29Fixed #24932 -- Added Cast database function.Claude Paroz
Thanks Ian Foote for the initial patch.
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ↵Flavio Curella
ForeignKey/OneToOneField
2015-06-15Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz
2015-06-05Minor edits to Greatest/Least docs; refs #24767.Tim Graham
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-06-05Fixed #24925 -- Document using Coalesce on MySQLIan Foote
Add warning for using Coalesce with python values on MySQL and document workaround.
2015-06-05Fixed #24767 -- Added Greatest and Least expressionsIan Foote
Greatest and Least are row-level Function versions of Min and Max.
2015-06-02Fixed #24866 -- Added Now() database functionAdam Chainz
2014-12-27Fixed #23753 -- Added a suite of SQL FunctionsJosh 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