summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2018-11-27Fixed #29317 -- Doc'd filter argument in contrib.postgres aggregates.Tim Graham
2018-11-27Corrected Aggregate docs to reflect that it accepts multiple expressions.Simon Charette
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-11-13Fixed #29641 -- Added support for unique constraints in Meta.constraints.Simon Charette
2018-11-13Generalized check constraint docs for other constraints.Simon Charette
2018-11-12Corrected docs regarding RegisterLookupMixin subclasses.Sergey Fedoseev
2018-10-29Fixed #29547 -- Added support for partial indexes.Mads Jensen
2018-10-10Emphasized that ForeignKey.on_delete doesn't create a SQL constraint.Andrea Rabbaglietti
2018-10-03Clarified when QuerySet.select_for_update() locks.ovalseven8
2018-10-02Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette
2018-10-01Added tests for using bytearray with BinaryField and corrected docs.Jon Dufresne
2018-09-26Added test of filtering on BinaryField and corrected docs.Jon Dufresne
2018-09-25Normalized spelling of "lowercase" and "lowercased".Jon Dufresne
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes
2018-09-13Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.Ramiro Morales
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-08-28Fixed typo in docs/ref/models/fields.txt.Matt Wiens
2018-08-23Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena
2018-08-18Fixed #28649 -- Added ExtractIsoYear database function and iso_year lookup.Sigurd Ljødal
2018-08-16Fixed #29646 -- Doc'd the validators that each model and form field uses.Jeff
2018-08-03Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts.Tom
2018-08-02Removed out of place sentence in QuerySet.count() docs.Adam Johnson
2018-08-01Fixed typos in comments and docs.luz.paz
2018-07-30Refs #29548 -- Fixed failing window tests on MariaDB 10.3.Tom Forbes
2018-07-26Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().Carlton Gibson
2018-07-25Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.Andrew Brown
2018-07-18Added doc links for django.utils.html.escape().Claude Paroz
2018-07-10Fixed #11964 -- Added support for database check constraints.Ian Foote
2018-07-09Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.Tim Graham
2018-07-05Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause ...Mads Jensen
2018-07-05Refs #28643 -- Added math database functions.Junyi Jiao
2018-06-29Fixed #21333 -- Doc'd the & and | queryset operators.Colm O'Connor
2018-06-29Fixed #28077 -- Added support for PostgreSQL opclasses in Index.Ian Foote
2018-06-28Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_field().Jeffrey Yancey
2018-06-27Refs #12663 -- Removed Meta API upgrade guide.Tim Graham
2018-06-16Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
2018-06-08Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé
2018-05-25Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
2018-05-18Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of related ...Tim Graham
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-04-19Fixed #29313 -- Doc'd how to use F() to sort null values.drd0013
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-04Fixed reference to nonexistent __between lookup.Daniel Roseman
2018-04-03Refs #28643 -- Added Repeat database function.Mariusz Felisiak
2018-03-28Fixed #29148 -- Doc'd how to use get_or_create() with Q objects.Quentin Agren
2018-03-21Clarified docs about ISO 8601 week numbering.Alasdair Nicol
2018-03-20Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham