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-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
2018-07-18
Added doc links for django.utils.html.escape().
Claude Paroz
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-09
Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.
Tim Graham
2018-07-05
Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...
Mads Jensen
2018-07-05
Refs #28643 -- Added math database functions.
Junyi Jiao
2018-06-29
Fixed #21333 -- Doc'd the & and | queryset operators.
Colm O'Connor
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-06-28
Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_field().
Jeffrey Yancey
2018-06-27
Refs #12663 -- Removed Meta API upgrade guide.
Tim Graham
2018-06-16
Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.
Christian Ledermann
2018-06-08
Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.
Jeremy Lainé
[next]