| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-04 | [3.1.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to ↵ | Mariusz Felisiak | |
| booleans with QuerySet.values()/values_list() on SQLite. Backport of c6b07627fcb5d1c8d2082714ef5adb63bee6cf4c from master | |||
| 2021-01-28 | [3.1.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about ↵ | Timothy McCurrach | |
| duplicates for multiple batches. Backport of 241da3f06ee0c6f436341cda5890b221ac453e3b from master | |||
| 2021-01-22 | [3.1.x] Refs #32372 -- Updated manager name in related objects reference docs. | Jack | |
| Follow up to 725c549ae7a34d83447201da7190f8d71c7fc2fc. Backport of 2b4b6c8af0aae8785bc1347cf1be2e8e70fd5ff3 from master | |||
| 2021-01-22 | [3.1.x] Fixed #32372 -- Made examples in related objects reference docs ↵ | Jack Aitken | |
| consistent. Backport of 725c549ae7a34d83447201da7190f8d71c7fc2fc from master | |||
| 2021-01-12 | [3.1.x] Removed unused import in docs/ref/models/expressions.txt. | Mariusz Felisiak | |
| Backport of fdc3d9dcaf87fb0a1350154561053faa331c3b69 from master | |||
| 2021-01-11 | [3.1.x] Fixed #32313 -- Corrected QuerySet.in_bulk() signature. | Iuri de Silvio | |
| Backport of 02391bc98c406f3cd5e329d252ec5c4b63cf979e from master | |||
| 2021-01-07 | [3.1.x] Fixed #32315 -- Doc'd FieldFile.path. | Hasan Ramezani | |
| Backport of 3eb98743dcaa0b7abd2d5832cba8cc9cb586a964 from master | |||
| 2021-01-04 | [3.1.x] Fixed #32310 -- Fixed note about reverse accessors for intermediate ↵ | Fabio Sangiovanni | |
| table for self-referential ManyToManyField. Backport of 2d6c9b97bc706aab1975f57e814461e90e389bb0 from master | |||
| 2020-12-21 | [3.1.x] Corrected code-block directives in docs/ref/models/meta.txt. | Jon Dufresne | |
| Backport of fe886eee36be8022f34cfe59aa61ff1c21fe01d9 from master | |||
| 2020-12-15 | [3.1.x] Added backticks to code literals in various docs. | Jon Dufresne | |
| Backport of 550297d20d085bc5a440d905cd3cb2e286588ca8 from master | |||
| 2020-11-11 | [3.1.x] Fixed #31122 -- Clarified that Lookup acts as a query expression. | Caio Ariede | |
| Backport of 9a3454f6046b9b7591fd03e21cf6da0b23c57689 from master | |||
| 2020-09-23 | [3.1.x] Fixed example of QuerySet.explain() with flags in docs. | Paweł Zarębski | |
| Backport of 054ab1e00fe59a103b6b8ff29bc7930c7d492406 from master | |||
| 2020-09-17 | [3.1.x] Refs #28939 -- Doc’d Prefetch behavior with multiple DBs. | Mike Lissner | |
| Backport of 8c0794ba0da2b5d668a7eb1c167e54beb7f40890 from master | |||
| 2020-09-13 | [3.1.x] Corrected exception types in QuerySet docs. | Mariusz Felisiak | |
| Backport of 9a0e5052ed5509cc582b1b3eeaa30f85858fee48 from master | |||
| 2020-08-07 | [3.1.x] Removed unnecessary sentence in QuerySet docs. | Adam Alton | |
| Backport of 6e9c5ee88fc948e05b4a7d9f82a8861ed2b0343d from master | |||
| 2020-07-22 | [3.1.x] Fixed typo in docs/ref/models/querysets.txt. | Ramiro Morales | |
| Backport of 51e536178cba9489b9d759f69f72f442af16ba32 from master | |||
| 2020-07-22 | [3.1.x] Doc'd Model.MultipleObjectsReturned docs and improved documentation ↵ | Adam Johnson | |
| related with models exceptions. Backport of bc4fea92b296a7eacbd5f89263ca67515feeb53f from master | |||
| 2020-07-22 | [3.1.x] Refs #24763 -- Moved DoesNotExist to Model class docs. | Adam Johnson | |
| Backport of b5f0efa19c82d274082bcde8a8acae5038667614 from master | |||
| 2020-07-17 | [3.1.x] Improved ManyToManyField.through docs. | Adam Johnson | |
| Backport of e7fa8aff432a90b6df9914d63aad239164b6b4d4 from master | |||
| 2020-07-08 | [3.1.x] Fixed #31502 -- Documented Model._state.db and Model._state.adding | Tim Park | |
| Backport of 697e59d5cf81e6c7e4a06ca98d6e3e16cea486dc from master | |||
| 2020-06-26 | [3.1.x] Fixed #31743 -- Doc't that managed=False prevents Django from ↵ | Steven Pousty | |
| managing tables modifications. Backport of d2c135da4c75079e45661ec609bd72f27dddf2a9 from master | |||
| 2020-06-15 | [3.1.x] Fixed #31689 -- Doc'd caveat about using bulk_create()'s ↵ | Tobias Krönke | |
| ignore_conflicts on MariDB and MySQL. Backport of 69e0d9c553bb55dde8d7d1d479a78bfa7093f406 from master | |||
| 2020-06-04 | [3.1.x] Fixed #31650 -- Added note uniqueness of constraints names in docs. | Hasan Ramezani | |
| Backport of 55556e51fb152c864ddc782d9b56e8b785ccf8bc from master | |||
| 2020-05-08 | Fixed #12990, Refs #27694 -- Added JSONField model field. | sage | |
| Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2020-05-06 | Improved wording in Q() docs. | Adam Johnson | |
| 2020-05-06 | Fixed a/an typos in "SQL" usage. | Adam Johnson | |
| 2020-05-04 | Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and ↵ | Adam Johnson | |
| comments. | |||
| 2020-05-04 | Corrected models.FilePathField signature in docs. | Adam Johnson | |
| 2020-04-30 | Fixed #20581 -- Added support for deferrable unique constraints. | Ian Foote | |
| 2020-04-25 | Fixed #31514 -- Fixed default form widgets in model fields docs. | Hasan Ramezani | |
| 2020-04-24 | Refs #31369 -- Deprecated models.NullBooleanField in favor of ↵ | Tim Schilling | |
| BooleanField(null=True). | |||
| 2020-04-14 | Fixed term warning on Sphinx 3.0.1+. | Mariusz Felisiak | |
| "term" role became case sensitive in Sphinx 3.0.1. | |||
| 2020-04-08 | Fixed #28184 -- Allowed using a callable for FileField and ImageField storage. | miigotu | |
| 2020-04-07 | Fixed Sphinx warnings on duplicate object descriptions. | Mariusz Felisiak | |
| 2020-04-01 | Prevented (and corrected) single backtick usage in docs. | Adam Johnson | |
| 2020-03-31 | Fixed #31403 -- Added support for returning fields from INSERT statements on ↵ | Adam Johnson | |
| MariaDB 10.5+. | |||
| 2020-03-20 | Refs #29724 -- Added is_dst parameter to QuerySet.datetimes(). | Hasan Ramezani | |
| Thanks Simon Charette for the review and Mariusz Felisiak for tests. | |||
| 2020-03-18 | Fixed #31368 -- Doc'd 'expression' parameter of ↵ | Hasan Ramezani | |
| Field.from_db_value()/Expression.convert_value(). | |||
| 2020-03-06 | Doc'd return values of as_sql() for Func and query expressions. | Adam Johnson | |
| 2020-03-06 | Added missing backticks in various docs. | Mariusz Felisiak | |
| 2020-02-27 | Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs. | Andrey Doroschenko | |
| 2020-02-18 | Fixed #31282 -- Corrected RelatedManager docs for using add/remove/set with PKs. | Carlton Gibson | |
| 2020-02-10 | Fixed #31003 -- Doc'd and tested return value of QuerySet.bulk_create(). | Adam Johnson | |
| 2020-01-17 | Added missing backtick in instances docs. | Claude Paroz | |
| 2020-01-15 | Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ↵ | Carlton Gibson | |
| choices. Regression in 2d38eb0ab9f78d68c083a5b78b1eca39027b279a | |||
| 2019-12-30 | Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0. | Simon Charette | |
| 2019-12-21 | Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt. | Taoup | |
| 2019-12-03 | Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept ↵ | Baptiste Mispelon | |
| callable values in through_defaults. | |||
| 2019-12-02 | Fixed #30953 -- Made select_for_update() lock queryset's model when using ↵ | Mariusz Felisiak | |
| "self" with multi-table inheritance. Thanks Abhijeet Viswa for the report and initial patch. | |||
| 2019-11-27 | Fixed #31029 -- Used more specific links to RFCs. | Baptiste Mispelon | |
