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
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