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