summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2020-06-02[2.2.x] Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
2020-06-02[2.2.x] Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
2020-02-18[2.2.x] Fixed #31282 -- Corrected RelatedManager docs for using add/remove/se...Carlton Gibson
2019-12-02[2.2.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...Mariusz Felisiak
2019-11-28[2.2.x] Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-11-11[2.2.x] Fixed #30958 -- Used a clearer example in the Cast() docs.Farhaan Bukhsh
2019-11-05[2.2.x] Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_fo...kola-er
2019-10-22[2.2.x] Refs #13724 -- Corrected QuerySet signature in docs.Antonio Dudarev
2019-09-27[2.2.x] Fixed #30216 -- Doc'd that BooleanField is no longer blank=True in Dj...David Vaz
2019-09-23[2.2.x] Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDFie...Mariusz Felisiak
2019-09-14[2.2.x] Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.Claude Paroz
2019-08-28[2.2.x] Fixed #30733 -- Doc'd that datetime lookups require time zone definit...Andrew
2019-08-27[2.2.x] Doc'd for_save argument of Expression.resolve_expression().Matthew Schinckel
2019-08-09[2.2.x] Fixed #30688 -- Clarified base_manager_name docs.Carlton Gibson
2019-07-18[2.2.x] Refs #30547 -- Clarified that partial UniqueConstraints don't affect ...Mariusz Felisiak
2019-06-24[2.2.x] Fixed typo in docs/ref/models/indexes.txt.Alexey Opalev
2019-06-22[2.2.x] Removed unneeded non-breaking spaces added in 00169bc36Claude Paroz
2019-06-20[2.2.x] Fixed #30547 -- Doc'd how Meta.constraints affect model validation.Swat009
2019-06-11[2.2.x] Fixed #30486 -- Fixed the default value of Aggregate.distinct and upd...Vyacheslav Ver
2019-06-04[2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choices affec...Caio Ariede
2019-05-28[2.2.x] Fixed #30491 -- Clarified when save() on object with pk executes INSERT.Brad Solomon
2019-05-20[2.2.x] Refs #30062 -- Corrected UniqueConstraint signature in docs.GwynBleidD
2019-05-17[2.2.x] Changed docs to link to Python's description of iterable.Jon Dufresne
2019-05-17[2.2.x] Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight a...Alex
2019-05-15[2.2.x] Changed tuple choices to list in docs.Jon Dufresne
2019-05-07[2.2.x] Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accept...Tobias Kunze
2019-04-25[2.2.x] Fixed #30362 -- Noted partial indexes and constraints restrictions wi...Mariusz Felisiak
2019-04-25[2.2.x] Fixed UniqueConstraint example in ref/models/constraints.txt.Mariusz Felisiak
2019-04-24[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2019-04-16[2.2.x] Fixed typo in docs/ref/models/instances.txt.Gary Donovan
2019-04-15[2.2.x] Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-18[2.2.x] Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().Paul Wayper
2019-02-25[2.2.x] Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-07[2.2.x] Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-01-31[2.2.x] Corrected output of Prefetch.to_attr example.Sergey Fedoseev
2019-01-17[2.2.x] Fixed typo in QuerySet.bulk_update() documentation.Day Barr
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
2018-12-22Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope