summaryrefslogtreecommitdiff
path: root/docs/ref/models/class.txt
AgeCommit message (Collapse)Author
2026-05-20Removed versionadded/changed annotations for 6.0.Sarah Boyce
2025-08-25Refs #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-10Fixed #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-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2020-07-22Doc'd Model.MultipleObjectsReturned docs and improved documentation related ↵Adam Johnson
with models exceptions.
2020-07-22Refs #24763 -- Moved DoesNotExist to Model class docs.Adam Johnson
2014-05-17Fixed #22019 -- Added Model.objects reference documentation.Aliaksandr Semianiuk