summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2018-03-21[2.0.x] Clarified docs about ISO 8601 week numbering.Alasdair Nicol
2018-03-20[2.0.x] Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
2018-02-15[2.0.x] Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() wit...Tim Graham
2018-02-08[2.0.x] Fixed typo in bulk_create() documentation.Sergey Fedoseev
2018-01-29[2.0.x] Fixed #29081 -- Clarified comments in QuerySet.select_related() example.Tim Graham
2018-01-19[2.0.x] Fixed #29032 -- Fixed an example of using expressions in QuerySet.val...Mariusz Felisiak
2018-01-12[2.0.x] Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.Botond Béres
2017-12-07[2.0.x] Fixed import in docs/ref/models/conditional-expressions.txt example.Mohammad Esmaeilbeygi
2017-12-05[2.0.x] Fixed typo in docs/ref/models/expressions.txt.Igor Starikov
2017-11-17[2.0.x] Fixed #28815 -- Fixed ExtractYear imports in docs/ref/models/expressi...Benjamin Bach
2017-11-12[2.0.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for uni...Mariusz Felisiak
2017-11-07[2.0.x] Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string...Tim Graham
2017-11-06[2.0.x] Fixed #28765 -- Clarified docs about what types the __in lookup accepts.Tim Graham
2017-11-01[2.0.x] Fixed #28680 -- Doc'd Func.__init__()'s **extra and as_sql()'s **extr...Tim Graham
2017-10-28[2.0.x] Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .....Ran Benita
2017-10-25[2.0.x] Fixed typo in docs/ref/models/querysets.txt.Botond Beres
2017-10-25[2.0.x] Fixed #28395 -- Doc'd that QuerySet.first() can affect aggregation qu...Botond Beres
2017-10-17[2.0.x] Fixed typo in docs/ref/models/querysets.txt.Jozef
2017-10-13[2.0.x] Refs #28643 -- Reorganized database functions docs.Mariusz Felisiak
2017-09-29[2.0.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
2017-09-27[2.0.x] Clarified StrIndex docs example.Miguel
2017-09-22Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...Nicolas Delaby
2017-09-18Fixed #26608 -- Added support for window expressions (OVER clause).Mads Jensen
2017-09-06Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.Tim Graham
2017-09-06Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.Sergey Fedoseev
2017-09-05Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and ...François Freitag
2017-09-05Fixed #28335 -- Allowed query expressions in Meta.ordering.Dima Kudosh
2017-09-04Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.Michael
2017-09-01Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField argument name ...Tim Graham
2017-08-14Clarified Concat example in docs.Mathieu Hinderyckx
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-08-08Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together.Tim Graham
2017-08-07Fixed #28466 -- Clarified the definition of a lazy relationship.Tim Graham
2017-07-21Fixed #27970 -- Allowed QuerySet.in_bulk() to fetch on fields besides primary...Tom Carrick
2017-07-20Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham
2017-07-18Doc'd the need to remove default ordering on Subquery aggregates.Tomer Chachamu
2017-07-15Fixed #28399 -- Fixed QuerySet.count() for union(), difference(), and interse...Florian Apolloner
2017-07-11Refs #28352 -- Corrected another QuerySet.values_list() return type in docs e...Tim Graham
2017-07-11Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.Irindu Indeera
2017-06-29Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita
2017-06-28Fixed #27473 -- Added DurationField support to Extract.Daniel Hahler
2017-06-27Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.Mariusz Felisiak
2017-06-19Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.François Freitag
2017-06-13Fixed #27434 -- Doc'd how to raise a model validation error for a field not i...Matthias Kestenholz
2017-06-09Fixed typo in docs/ref/models/querysets.txt.Tim Graham
2017-06-08Fixed #28103 -- Added quarter extract, truncation, and lookup.Mads Jensen
2017-06-08Refs #25240 -- Added ExtractWeek examples.Mads Jensen
2017-06-02Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.Lachlan Musicman
2017-06-01Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().François Freitag
2017-06-01Clarified QuerySet.iterator()'s docs on server-side cursors.François Freitag