summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
AgeCommit message (Expand)Author
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