summaryrefslogtreecommitdiff
path: root/docs/ref/models
Commit message (Expand)AuthorAgeFilesLines
* [2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-292-2/+2
* [2.2.x] Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().Paul Wayper2019-03-181-1/+5
* [2.2.x] Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak2019-02-251-4/+3
* [2.2.x] Updated Oracle docs links to Oracle 18c.Mariusz Felisiak2019-02-071-1/+3
* [2.2.x] Corrected output of Prefetch.to_attr example.Sergey Fedoseev2019-01-311-1/+1
* [2.2.x] Fixed typo in QuerySet.bulk_update() documentation.Day Barr2019-01-171-1/+1
* Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson2019-01-151-8/+27
* Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.Nick Pope2019-01-141-2/+3
* Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.Nick Pope2019-01-141-2/+3
* Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.Nick Pope2019-01-141-3/+3
* Refs #28643 -- Added Reverse database function.Nick Pope2019-01-121-0/+21
* Fixed #30062 -- Added support for unique conditional constraints.Paveł Tyślacki2019-01-121-0/+14
* Fixed typos in docs/ref/models/constraints.txt.Tim Graham2019-01-101-3/+4
* Refs #28643 -- Added NullIf database function.Mads Jensen2019-01-101-0/+19
* Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.Hasan Ramezani2019-01-091-0/+1
* Fixed #28658 -- Added DISTINCT handling to the Aggregate class.Simon Charette2019-01-091-1/+18
* Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of...Paveł Tyślacki2018-12-291-0/+6
* Fixed #30056 -- Added SQLite support for StdDev and Variance functions.Nick Pope2018-12-241-12/+4
* Renamed Sqlite and Sqlite3 references to SQLite.Nick Pope2018-12-221-2/+2
* Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham2018-11-271-0/+2
* Corrected Aggregate docs to reflect that it accepts multiple expressions.Simon Charette2018-11-272-7/+7
* Used auto-numbered lists in documentation.François Freitag2018-11-153-9/+9
* Fixed #29641 -- Added support for unique constraints in Meta.constraints.Simon Charette2018-11-131-0/+25
* Generalized check constraint docs for other constraints.Simon Charette2018-11-133-13/+12
* Corrected docs regarding RegisterLookupMixin subclasses.Sergey Fedoseev2018-11-121-1/+1
* Fixed #29547 -- Added support for partial indexes.Mads Jensen2018-10-291-1/+42
* Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.Andrea Rabbaglietti2018-10-101-0/+3
* Clarified when QuerySet.select_for_update() locks.ovalseven82018-10-031-4/+10
* Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette2018-10-022-8/+8
* Added tests for using bytearray with BinaryField and corrected docs.Jon Dufresne2018-10-011-2/+2
* Added test of filtering on BinaryField and corrected docs.Jon Dufresne2018-09-261-3/+2
* Normalized spelling of "lowercase" and "lowercased".Jon Dufresne2018-09-251-3/+3
* Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes2018-09-181-0/+36
* Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales2018-09-131-1/+2
* Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-102-6/+6
* Fixed typo in docs/ref/models/fields.txt.Matt Wiens2018-08-281-1/+1
* Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena2018-08-231-1/+2
* Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal2018-08-182-6/+39
* Fixed #29646 -- Doc'd the validators that each model and form field uses.Jeff2018-08-161-9/+31
* Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom2018-08-031-1/+11
* Removed out of place sentence in QuerySet.count() docs.Adam Johnson2018-08-021-1/+1
* Fixed typos in comments and docs.luz.paz2018-08-011-1/+1
* Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes2018-07-301-0/+10
* Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().Carlton Gibson2018-07-261-0/+5
* Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.Andrew Brown2018-07-251-4/+13
* Added doc links for django.utils.html.escape().Claude Paroz2018-07-181-1/+1
* Fixed #11964 -- Added support for database check constraints.Ian Foote2018-07-103-0/+67
* Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.Tim Graham2018-07-091-2/+3
* Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...Mads Jensen2018-07-051-1/+1
* Refs #28643 -- Added math database functions.Junyi Jiao2018-07-051-0/+457