| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-20 | Removed versionadded/changed annotations for 6.0. | Sarah Boyce | |
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-03-10 | Fixed #33579 -- Specialized exception raised on forced update failures. | Simon Charette | |
| Raising DatabaseError directly made it harder than it should to differentiate between IntegrityError when a forced update resulted in no affected rows. Introducing a specialized exception allows for callers to more easily silence, log, or turn them update failures into user facing exceptions (e.g. 404s). Thanks Mariusz for the review. | |||
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2020-07-22 | Doc'd Model.MultipleObjectsReturned docs and improved documentation related ↵ | Adam Johnson | |
| with models exceptions. | |||
| 2020-07-22 | Refs #24763 -- Moved DoesNotExist to Model class docs. | Adam Johnson | |
| 2014-05-17 | Fixed #22019 -- Added Model.objects reference documentation. | Aliaksandr Semianiuk | |
