summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2019-07-08Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can
2019-06-24Fixed typo in docs/ref/models/indexes.txt.Alexey Opalev
2019-06-22Removed unneeded non-breaking spaces added in 00169bc36Claude Paroz
2019-06-21Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel
2019-06-20Removed unnecessary backslashes from docs.Mariusz Felisiak
2019-06-20Fixed #30547 -- Doc'd how Meta.constraints affect model validation.Swat009
2019-06-11Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated exa...Vyacheslav Ver
2019-06-04Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...Caio Ariede
2019-05-28Fixed #30491 -- Clarified when save() on object with pk executes INSERT.Brad Solomon
2019-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2019-05-20Refs #30062 -- Corrected UniqueConstraint signature in docs.GwynBleidD
2019-05-17Changed docs to link to Python's description of iterable.Jon Dufresne
2019-05-17Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity...Alex
2019-05-16Fixed typo in expression documentation.Vyacheslav Ver
2019-05-15Changed tuple choices to list in docs.Jon Dufresne
2019-05-07Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the fi...Tobias Kunze
2019-05-02Fixed #29529 -- Allowed models.fields.FilePathField to accept a callable path.Mykola Kokalko
2019-04-25Fixed #30362 -- Noted partial indexes and constraints restrictions with abstr...Mariusz Felisiak
2019-04-25Fixed UniqueConstraint example in ref/models/constraints.txt.Mariusz Felisiak
2019-04-24Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2019-04-23Fixed #30365 -- Fixed syntax highlighting in SQL examples.Daniel Musketa
2019-04-18Fixed typos in docs, comments, and exception messages.Ville Skyttä
2019-04-16Fixed typo in docs/ref/models/instances.txt.Gary Donovan
2019-04-15Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-03-29Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-22Fixed #30271 -- Added the Sign database function.Nick Pope
2019-03-21Refs #30158 -- Added alias argument to Expression.get_group_by_cols().Simon Charette
2019-03-20Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct...Nick Pope
2019-03-18Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().Paul Wayper
2019-03-07Fixed #29754 -- Added is_dst parameter to Trunc database functions.ahbk
2019-02-25Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-21Refs #28643 -- Added MD5 database function.Mariusz Felisiak
2019-02-07Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-02-04Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham
2019-01-31Corrected output of Prefetch.to_attr example.Sergey Fedoseev
2019-01-17Fixed typo in QuerySet.bulk_update documentation (#10859)Day Barr
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-15Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson
2019-01-14Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.Nick Pope
2019-01-12Refs #28643 -- Added Reverse database function.Nick Pope
2019-01-12Fixed #30062 -- Added support for unique conditional constraints.Paveł Tyślacki
2019-01-10Fixed typos in docs/ref/models/constraints.txt.Tim Graham
2019-01-10Refs #28643 -- Added NullIf database function.Mads Jensen
2019-01-09Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.Hasan Ramezani
2019-01-09Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette
2018-12-29Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of...Paveł Tyślacki
2018-12-24Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope