| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-05 | [5.1.x] Used :pypi: role in docs where appropriate. | Mariusz Felisiak | |
| Backport of 304d25667433a59409e334a93acaaa9201840508 from main. | |||
| 2024-02-01 | Fixed typo in docs/topics/db/managers.txt. | Ebram Shehata | |
| 2024-01-31 | Fixed #35156 -- Removed outdated note about not supporting foreign keys by ↵ | Ben Cail | |
| SQLite. | |||
| 2024-01-26 | Applied Black's 2024 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/24.1.0 | |||
| 2024-01-02 | Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave(). | Salvo Polizzi | |
| 2024-01-01 | Fixed #35072 -- Corrected Field.choices description in models topic. | Zowie Beha | |
| 2023-10-30 | Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt. | Natalia | |
| 2023-10-30 | Refs #15578 -- Made cosmetic edits to fixtures docs. | Natalia | |
| 2023-10-27 | Fixed #30601 -- Doc'd the need to manually revert all app state on ↵ | lufafajoshua | |
| transaction rollbacks. | |||
| 2023-10-26 | Fixed #15578 -- Stated the processing order of fixtures in the fixtures docs. | Leo Suarez | |
| Also, added details about loading multiple fixtures and unified line wrapping at 79 cols. Co-Authored-By: Aniketh Babu <anikethbabu@gmail.com> Co-Authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-Authored-By: Natalia Bidart <124304+nessita@users.noreply.github.com> | |||
| 2023-10-25 | Added missing pycon directives in various docs. | Mariusz Felisiak | |
| 2023-10-11 | Fixed #34808 -- Doc'd aggregate function's default argument. | lufafajoshua | |
| 2023-09-18 | Refs #33308 -- Removed support for passing encoded JSON string literals to ↵ | Mariusz Felisiak | |
| JSONField & co. Per deprecation timeline. | |||
| 2023-09-18 | Removed versionadded/changed annotations for 4.2. | Mariusz Felisiak | |
| This also removes remaining versionadded/changed annotations for older versions. | |||
| 2023-08-30 | Fixed #31262 -- Added support for mappings on model fields and ↵ | Nick Pope | |
| ChoiceField's choices. | |||
| 2023-07-21 | Added missing backticks in docs. | Mariusz Felisiak | |
| 2023-06-16 | Fixed typo in docs/topics/db/fixtures.txt. | Ashwin Dharne | |
| 2023-06-07 | Fixed #30355 -- Doc'd interaction between custom managers and ↵ | Akash Kumar Sen | |
| prefetch_related(). | |||
| 2023-04-20 | Improved examples in docs about raw SQL queries. | Mariusz Felisiak | |
| Regression in 14459f80ee3a9e005989db37c26fd13bb6d2fab2. | |||
| 2023-04-06 | Fixed #34463 -- Corrected code-block directives in docs. | Yahya Ali | |
| Thanks ExTexan for the report. | |||
| 2023-03-22 | Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() ↵ | Jesper Olsson | |
| examples. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-03-21 | Fixed #34388 -- Allowed using choice enumeration types directly on model and ↵ | T. Franzel | |
| form fields. | |||
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-28 | Refs #34140 -- Corrected rst code-block and various formatting issues in docs. | Joseph Victor Zammit | |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2023-02-07 | Fixed #34310 -- Added deletion example to one-to-one topic. | Marcelo Galigniana | |
| 2023-01-17 | Removed versionadded/changed annotations for 4.1. | Mariusz Felisiak | |
| 2022-12-15 | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | |
| Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2022-12-01 | Refs #33308 -- Deprecated support for passing encoded JSON string literals ↵ | Simon Charette | |
| to JSONField & co. JSON should be provided as literal Python objects an not in their encoded string literal forms. | |||
| 2022-11-14 | Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg. | sarahboyce | |
| 2022-11-10 | Improved readability of string interpolation in frequently used examples in ↵ | Trey Hunner | |
| docs. | |||
| 2022-11-04 | Refs #33939 -- Improved transaction.on_commit() docs. | Adam Johnson | |
| 2022-11-02 | Fixed #34054 -- Created a new fixtures topic. | Filip Lajszczak | |
| Moved material from django-admin document into a new document, and added new material. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2022-09-16 | Fixed #33966 -- Added support for using KeyTextTransform from lookup. | Allen Jonathan David | |
| 2022-09-15 | Described Article-Reporter relationship in many-to-one topic. | Pamela Fox | |
| 2022-09-09 | Corrected example of redundant all() in docs. | Dhanush | |
| 2022-09-06 | Fixed #33616 -- Allowed registering callbacks that can fail in ↵ | SirAbhi13 | |
| transaction.on_commit(). Thanks David Wobrock and Mariusz Felisiak for reviews. | |||
| 2022-08-30 | Refs #30947 -- Changed tuples to lists where appropriate. | Alex Morega | |
| 2022-08-30 | Fixed #33958 -- Added imports to examples in "Expressions can reference ↵ | Iván Camilo Triviño López | |
| transforms" section. | |||
| 2022-08-26 | Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL. | Mariusz Felisiak | |
| Follow up to 2eea361eff58dd98c409c5227064b901f41bd0d6. | |||
| 2022-08-23 | Fixed #33939 -- Used functools.partial() in transaction.on_commit() examples. | Alex Morega | |
| 2022-07-26 | Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key ↵ | Mariusz Felisiak | |
| transforms on SQLite. Thanks Johnny Metz for the report. Regression in 71ec102b01fcc85acae3819426a4e02ef423b0fa. | |||
| 2022-05-31 | Fixed docs build with sphinxcontrib-spelling 7.5.0+. | Mariusz Felisiak | |
| sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked. | |||
| 2022-05-19 | Removed unnecessary semicolons in docs about performing raw SQL. | Tom Sparrow | |
| 2022-05-18 | Refs #33646 -- Fixed link markup in queries topic doc. | Simon Willison | |
| 2022-04-28 | Removed hyphen from pre-/re- prefixes. | David | |
| "prepopulate", "preload", and "preprocessing" are already in the spelling_wordlist. This also removes hyphen from double "e" combinations with "pre" and "re", e.g. preexisting, preempt, reestablish, or reenter. See also: - https://ahdictionary.com/word/search.html?q=rerun - https://ahdictionary.com/word/search.html?q=recreate - https://ahdictionary.com/word/search.html?q=predetermined - https://ahdictionary.com/word/search.html?q=reuse - https://ahdictionary.com/word/search.html?q=reopening | |||
| 2022-04-28 | Changed "ie." to "i.e." in docs. | David | |
| 2022-04-26 | Fixed #33646 -- Added async-compatible interface to QuerySet. | Andrew Godwin | |
| Thanks Simon Charette for reviews. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2022-03-17 | Added missing backticks to function names. | Mariusz Felisiak | |
| 2022-03-10 | Changed some words to use inline markup. | David Smith | |
