| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-13 | [5.2.x] Corrected jsonfield fieldlookup references. | Sarah Boyce | |
| Backport of 8e2249bc79a74d96f9ad20c89f82a89c78d4b648 from main. | |||
| 2025-06-10 | [5.2.x] Refs #373 -- Doc'd that on_delete is ignored for ForeignObject. | Jacob Walls | |
| Backport of 76e1ca77bc9cdfa12df9541c32b75af926dbdfea from main. | |||
| 2025-06-10 | [5.2.x] Fixed #36449 -- Fixed field types in example model using ForeignObject. | Jacob Walls | |
| Backport of 59427547692b433bef3640a96cc0f6601f57532f from main. | |||
| 2025-05-02 | [5.2.x] Fixed #17461 -- Doc'd the presumed order of foreign keys on the ↵ | Clifford Gama | |
| intermediary model of a self-referential m2m. Thanks Giannis Terzopoulos and Sarah Boyce for the reviews. Backport of 9d93e35c207a001de1aa9ca9165bdec824da9021 from main. | |||
| 2025-04-27 | [5.2.x] Fixed #36335 -- Fixed typo in docs/topics/db/managers.txt. | dbogar89 | |
| Backport of 7b394b9988b986429a4da4e60416e0f08ff649e5 from main | |||
| 2025-04-15 | [5.2.x] Fixed #36269 -- Documented how to test callable storage in FileField. | Ahmed Nassar | |
| Backport of 8bca33f68acc4fc881146c4b9cf4101a8bfab437 from main. | |||
| 2025-04-15 | [5.2.x] Fixed #35993 -- Documented gettext f-string support limitations. | Ahmed Nassar | |
| Thank you to Claude Paroz and Athena Wolfskämpf for the review. Backport of 2c2f09055579cc6068cae6c6fd3135011d6df4f1 from main. | |||
| 2025-03-23 | [5.2.x] Fixed typo in docs/topics/signals.txt. | mguegnol | |
| Backport of e2b9a179133ebca9773c5c259f6a7d27489cf141 from main | |||
| 2025-03-21 | [5.2.x] Fixed #36095 -- Introduced lazy references in "Models across files" ↵ | Clifford Gama | |
| section. Backport of 6a2c296e706a0b8f9f9b89e66b37001ce2a03ea7 from main. | |||
| 2025-03-18 | [5.2.x] Fixed #33497 -- Doc'd that persistent DB connections should be ↵ | Carlton Gibson | |
| disabled in ASGI and async modes. Backport of 8713e4ae96817a0c7be3f7a8fee25a7c7f819721 from main. | |||
| 2025-03-18 | [5.2.x] Fixed #36202 -- Added examples of JSONField __contains and ↵ | Clifford Gama | |
| __contained_by lookups with nested arrays to docs. Backport of 304e9f3d6ae8387bbfc261d68b51247a1f5230bb from main | |||
| 2025-03-17 | [5.2.x] Fixed #36254 -- Fixed template dictionary unpacking in ↵ | YQ | |
| docs/topics/i18n/timezones.txt. Backport of 30e0a43937e685083fa1210c3594678a3b813806 from main. | |||
| 2025-03-13 | [5.2.x] Fixed incorrect formatting for inline pluralized code references in ↵ | Clifford Gama | |
| docs. Backport of efe3ca09e029c63e25f6e19843cb0c68cc7fa816 from main. | |||
| 2025-03-12 | [5.2.x] Fixed #36249 -- Fixed typo in docs/topics/db/queries.txt. | hesham hatem | |
| Backport of e03440291b0599934da73b7dfbd2ccf7ec7270d8 from main. | |||
| 2025-03-04 | [5.2.x] Fixed #36128 -- Clarified auto-generated unique constraint on m2m ↵ | Clifford Gama | |
| through models. Backport of ae2736ca3bf4c6a27e23ee95530ad965b550d4cc from main. | |||
| 2025-03-02 | [5.2.x] Added some heading labels to to docs/topics/cache.txt. | Tim Graham | |
| Backport of 6d1cf5375f6fbc1496095d2356357c3b08a46324 from main | |||
| 2025-02-24 | [5.2.x] Added security reporting guidelines. | Sarah Boyce | |
| Backport of 59353360590202fab04067e23214a825157c524b from main. | |||
| 2025-02-16 | [5.2.x] Refs #35967 -- Doc'd DatabaseCreation.serialize_db_to_string() method. | Simon Charette | |
| Backport of 99ac8e2589ea978c1c80ff66b4536814121f77dd from main | |||
| 2025-01-15 | Fixed #36070 -- Clarified model validation behavior for composite pks. | Jacob Walls | |
| 2025-01-15 | Refs #36070 -- Referred to pk as an attribute when a composite primary key ↵ | Jacob Walls | |
| is defined. This is to avoid confusion that a field is often associated with having a single associated database column. | |||
| 2025-01-14 | Fixed #36075 -- Documented how to introspect composite primary keys. | Simon Charette | |
| Document _meta.pk_fields and interactions between Field.primary_key and CompositePrimaryKey. Thanks Mariusz for the review. | |||
| 2025-01-07 | Refs #36042 -- Raised ValueError when providing composite expressions to ↵ | Jacob Walls | |
| aggregates. | |||
| 2025-01-02 | Fixed #36037 -- Fixed default primary key type in docs. | Ari Pollak | |
| BigAutoField is the default type for primary keys. In models.txt, the linked anchor shows that the default primary key is a BigAutoField, so it now defers to that section instead of duplicating an (incorrect) type. | |||
| 2025-01-02 | Fixed #35886 -- Added support for object-based form media script assets. | Johannes Maron | |
| 2024-12-16 | Fixed #36008 -- Fixed order of database reset in TransactionTestCase docs. | Chiemezuo | |
| 2024-12-11 | Removed links to outdated tools in docs/topics/performance.txt. | amansharma612 | |
| Co-authored-by: Aman Sharma <210100011@iitb.ac.in> | |||
| 2024-12-02 | Removed question marks from headings in docs/topics/db/fixtures.txt. | Anders Hovmöller | |
| 2024-12-02 | Fixed #35964 -- Cleaned up can_order and can_delete formset examples. | antoliny0919 | |
| 2024-11-29 | Fixed #373 -- Added CompositePrimaryKey. | Bendeguz Csirmaz | |
| Thanks Lily Foote and Simon Charette for reviews and mentoring this Google Summer of Code 2024 project. Co-authored-by: Simon Charette <charette.s@gmail.com> Co-authored-by: Lily Foote <code@lilyf.org> | |||
| 2024-11-26 | Added missing backticks to class-based views docs. | Adam Zapletal | |
| 2024-11-18 | Refs #32339 -- Updated formset docs to reflect default rendering as as_div. | antoliny0919 | |
| 2024-11-18 | Fixed typo in docs/topics/performance.txt. | Caitlin Hogan | |
| 2024-11-14 | Fixed #35784 -- Added support for preserving the HTTP request method in ↵ | Lorenzo Peña | |
| HttpResponseRedirectBase. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2024-11-14 | Fixed #35887 -- Added imports and admin.site.register to non-partial admin ↵ | Alexander Lazarević | |
| inline doc examples. | |||
| 2024-11-14 | Fixed #17430 -- Documented access to the Django admin when using a custom ↵ | Maria Hynes | |
| auth backend. | |||
| 2024-11-13 | Fixed #35843 -- Clarified formset docs about reordering forms. | Clifford Gama | |
| 2024-10-30 | Added missing lang attributes to html elements in docs. | Johanan-Ayadata | |
| 2024-10-30 | Fixed #35864 -- Documented EmailMessage.connection is ignored when using ↵ | Mike Edmunds | |
| send_messages(). | |||
| 2024-10-23 | Fixed #35731 -- Extended db_default docs. | Yash | |
| This added a missing db_default reference in docs/topics/db/models.txt, and added a reference to the DatabaseDefault object. | |||
| 2024-10-15 | Fixed #35782 -- Allowed overriding password validation error messages. | Ben Cail | |
| 2024-10-15 | Refs #35782 -- Documented the get_help_text methods in password validators. | Ben Cail | |
| 2024-10-09 | Refs #35502 -- Clarified models.py file path in docs/topics/db/queries.txt. | Natalia | |
| 2024-10-07 | Fixed #35303 -- Implemented async auth backends and utils. | Jon Janzen | |
| 2024-09-25 | Updated sign() outputs in Cryptographic signing docs. | Mariusz Felisiak | |
| Signer/TimestampSigner use SHA-256 by default. Follow up to 71c4fb7beb8e3293243140e4bd74e53989196440. | |||
| 2024-09-17 | Fixed #29522 -- Refactored the Deserializer functions to classes. | Amir Karimi | |
| Co-authored-by: Emad Mokhtar <emad.mokhtar@veneficus.nl> | |||
| 2024-09-17 | Fixed #35660 -- Made serialized_rollback and fixture data available in ↵ | Jacob Walls | |
| TransactionTestCase.setUpClass(). | |||
| 2024-09-16 | Fixed #35767 -- Adjusted customizing User model docs. | Carlton Gibson | |
| 2024-09-11 | Added example of email sending with additional capabilities to ↵ | Ronny V. | |
| docs/topics/email.txt. Co-authored-by: Mike Edmunds <medmunds@gmail.com> | |||
| 2024-09-11 | Refs #35060 -- Fixed the update to update_fields in overridden save() method ↵ | Clifford Gama | |
| docs. Regression in 3915d4c70d0d7673abe675525b58117a5099afd3. | |||
| 2024-09-09 | Fixed #35631 -- Added HttpRequest.get_preferred_type(). | Jake Howard | |
