summaryrefslogtreecommitdiff
path: root/django/core/exceptions.py
AgeCommit message (Expand)Author
2025-12-01[5.2.x] Refs #36743 -- Corrected docstring for DisallowedRedirect.Jacob Walls
2024-10-10Fixed docstring for django.core.exceptions module.Baptiste Mispelon
2024-01-26Applied Black's 2024 stable style.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
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-10-05Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette
2020-09-09Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani
2020-07-29Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params orde...David Smith
2019-06-20Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin
2017-10-23Removed Python 2 comment in ValidationError.Tim Graham
2017-07-14Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.Tim Graham
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2016-10-27Corrected TooManyFieldsSent doctring for GET requests.Zach Wernberg
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-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2014-12-31Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-11-20Reduced reduce() usage; refs #23796.Brad Walker
2014-07-04Fixed #22915 -- Document backward incompatible changes in the ValidationError...Loic Bistuer
2014-06-23Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
2013-12-07Trigger AttributeError in ValidationError.message_dict when error_dict is mis...Loic Bistuer
2013-12-07Fixed #21555 -- Made ValidationError pickable.Loic Bistuer
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-18Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-05-20Imported reduce from functools for forward compatibility.Claude Paroz
2011-08-12Fixed #10405 -- Raise a more useful error if the formfield of a related model...Jannis Leidel
2010-09-12Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick
2010-04-15Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...Russell Keith-Magee
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2007-12-02Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...Malcolm Tredinnick
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-07-16Moved django.core.handler.ImproperlyConfigured into django.core.exceptionsAdrian Holovaty
2005-07-15Changed mentions of CMS to Django in django.core xheaders and exceptionsAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty