index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
exceptions.txt
Age
Commit message (
Expand
)
Author
7 days
Replaced references in docs to accepted PEPs with specific Python docs links.
Mike Edmunds
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2025-03-10
Fixed #33579 -- Specialized exception raised on forced update failures.
Simon Charette
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-02-14
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2021-10-20
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
David Smith
2021-10-18
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
David Smith
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2020-09-09
Mentioned ASGI handler in SuspiciousOperation docs.
Mariusz Felisiak
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-07-22
Doc'd Model.MultipleObjectsReturned docs and improved documentation related w...
Adam Johnson
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-03-13
Refs #31224 -- Doc'd async adapter functions.
Andrew Godwin
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #26013 -- Removed deprecated django.core.urlresolvers module.
Tim Graham
2016-10-06
Documented AppRegistryNotReady.
Aymeric Augustin
2016-08-08
Moved EmpytResultSet to django.core.exceptions.
Johannes Dollinger
2016-05-12
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Andre Cruz
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-03
Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.
Raphaël Hertzog
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-05-08
Fixed #24763 -- Moved DoesNotExist exception to model docs.
David Krisch
2015-02-27
Fixed #24359 -- Cleaned up docs/ref/exceptions.html
Tim Graham
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-11-25
Fixed #23682 -- Enhanced circular redirects detection in tests.
wrwrwr
2014-08-20
Prevented data leakage in contrib.admin via query string manipulation.
Simon Charette
2014-04-26
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2013-09-05
Fixed #21044 -- Documented django.core.urlresolvers.Resolver404
Tim Graham
2013-08-02
Fixed #20786 -- Cleaned up docs/ref/exceptions.txt
Dominic Rodger
2013-06-04
Fixed #17601 -- expose underlying db exceptions under py2
James Aylett
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-02-27
Refactored database exceptions wrapping.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-03-22
Corrected a number of mislinked crossrefs and added a few new crossref target...
Gabriel Hurley
2011-03-03
Added crossref targets for a couple of Django exceptions and cleaned up relat...
Gabriel Hurley
2010-10-23
Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improv...
Gabriel Hurley
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-05-09
Fixed #6842 -- Added reference documentation on Django's exceptions. Thanks t...
Russell Keith-Magee