summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2021-01-28[3.1.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplica...Timothy McCurrach
2021-01-22[3.1.x] Refs #32372 -- Updated manager name in related objects reference docs.Jack
2021-01-22[3.1.x] Fixed #32372 -- Made examples in related objects reference docs consi...Jack Aitken
2021-01-12[3.1.x] Removed unused import in docs/ref/models/expressions.txt.Mariusz Felisiak
2021-01-11[3.1.x] Fixed #32313 -- Corrected QuerySet.in_bulk() signature.Iuri de Silvio
2021-01-07[3.1.x] Fixed #32315 -- Doc'd FieldFile.path.Hasan Ramezani
2021-01-04[3.1.x] Fixed #32310 -- Fixed note about reverse accessors for intermediate t...Fabio Sangiovanni
2020-12-21[3.1.x] Corrected code-block directives in docs/ref/models/meta.txt.Jon Dufresne
2020-12-15[3.1.x] Added backticks to code literals in various docs.Jon Dufresne
2020-11-11[3.1.x] Fixed #31122 -- Clarified that Lookup acts as a query expression.Caio Ariede
2020-09-23[3.1.x] Fixed example of QuerySet.explain() with flags in docs.Paweł Zarębski
2020-09-17[3.1.x] Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.Mike Lissner
2020-09-13[3.1.x] Corrected exception types in QuerySet docs.Mariusz Felisiak
2020-08-07[3.1.x] Removed unnecessary sentence in QuerySet docs.Adam Alton
2020-07-22[3.1.x] Fixed typo in docs/ref/models/querysets.txt.Ramiro Morales
2020-07-22[3.1.x] Doc'd Model.MultipleObjectsReturned docs and improved documentation r...Adam Johnson
2020-07-22[3.1.x] Refs #24763 -- Moved DoesNotExist to Model class docs.Adam Johnson
2020-07-17[3.1.x] Improved ManyToManyField.through docs.Adam Johnson
2020-07-08[3.1.x] Fixed #31502 -- Documented Model._state.db and Model._state.addingTim Park
2020-06-26[3.1.x] Fixed #31743 -- Doc't that managed=False prevents Django from managin...Steven Pousty
2020-06-15[3.1.x] Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_confl...Tobias Krönke
2020-06-04[3.1.x] Fixed #31650 -- Added note uniqueness of constraints names in docs.Hasan Ramezani
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-06Improved wording in Q() docs.Adam Johnson
2020-05-06Fixed a/an typos in "SQL" usage.Adam Johnson
2020-05-04Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson
2020-05-04Corrected models.FilePathField signature in docs.Adam Johnson
2020-04-30Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote
2020-04-25Fixed #31514 -- Fixed default form widgets in model fields docs.Hasan Ramezani
2020-04-24Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling
2020-04-14Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
2020-04-08Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu
2020-04-07Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-31Fixed #31403 -- Added support for returning fields from INSERT statements on ...Adam Johnson
2020-03-20Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().Hasan Ramezani
2020-03-18Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Express...Hasan Ramezani
2020-03-06Doc'd return values of as_sql() for Func and query expressions.Adam Johnson
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2020-02-27Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.Andrey Doroschenko
2020-02-18Fixed #31282 -- Corrected RelatedManager docs for using add/remove/set with PKs.Carlton Gibson
2020-02-10Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create().Adam Johnson
2020-01-17Added missing backtick in instances docs.Claude Paroz
2020-01-15Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...Carlton Gibson
2019-12-30Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.Simon Charette
2019-12-21Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.Taoup
2019-12-03Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callabl...Baptiste Mispelon
2019-12-02Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...Mariusz Felisiak
2019-11-27Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-11-21Fixed #30484 -- Added conditional expressions support to CheckConstraint.Simon Charette