index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
Age
Commit message (
Expand
)
Author
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-15
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2019-01-14
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
Nick Pope
2019-01-12
Refs #28643 -- Added Reverse database function.
Nick Pope
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-10
Fixed typos in docs/ref/models/constraints.txt.
Tim Graham
2019-01-10
Refs #28643 -- Added NullIf database function.
Mads Jensen
2019-01-09
Fixed #29968 -- Doc'd that QuerySet.bulk_update() doesn't check for duplicates.
Hasan Ramezani
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2018-12-29
Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of...
Paveł Tyślacki
2018-12-24
Fixed #30056 -- Added SQLite support for StdDev and Variance functions.
Nick Pope
2018-12-22
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-11-27
Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.
Tim Graham
2018-11-27
Corrected Aggregate docs to reflect that it accepts multiple expressions.
Simon Charette
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-11-13
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
2018-11-13
Generalized check constraint docs for other constraints.
Simon Charette
2018-11-12
Corrected docs regarding RegisterLookupMixin subclasses.
Sergey Fedoseev
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-10
Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.
Andrea Rabbaglietti
2018-10-03
Clarified when QuerySet.select_for_update() locks.
ovalseven8
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-10-01
Added tests for using bytearray with BinaryField and corrected docs.
Jon Dufresne
2018-09-26
Added test of filtering on BinaryField and corrected docs.
Jon Dufresne
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-09-13
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-08-28
Fixed typo in docs/ref/models/fields.txt.
Matt Wiens
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-08-18
Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.
Sigurd Ljødal
2018-08-16
Fixed #29646 -- Doc'd the validators that each model and form field uses.
Jeff
2018-08-03
Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.
Tom
2018-08-02
Removed out of place sentence in QuerySet.count() docs.
Adam Johnson
2018-08-01
Fixed typos in comments and docs.
luz.paz
2018-07-30
Refs #29548 -- Fixed failing window tests on MariaDB 10.3.
Tom Forbes
2018-07-26
Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().
Carlton Gibson
2018-07-25
Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.
Andrew Brown
[next]