summaryrefslogtreecommitdiff
path: root/django/core/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann2023-02-141-0/+9
* Refs #33374 -- Adjusted full match condition handling.Simon Charette2022-11-071-0/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-18/+40
* Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.Simon Charette2020-10-051-3/+2
* Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani2020-09-091-0/+5
* Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params orde...David Smith2020-07-291-0/+20
* Fixed #30451 -- Added ASGI handler and coroutine-safety.Andrew Godwin2019-06-201-0/+10
* Removed Python 2 comment in ValidationError.Tim Graham2017-10-231-2/+0
* Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.Tim Graham2017-07-141-4/+0
* Refs #27795 -- Replaced many force_text() with str()Claude Paroz2017-04-271-2/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-5/+1
* Corrected TooManyFieldsSent doctring for GET requests.Zach Wernberg2016-10-271-1/+1
* Moved EmpytResultSet to django.core.exceptions.Johannes Dollinger2016-08-081-0/+5
* Fixed #21231 -- Enforced a max size for GET/POST values read into memory.Andre Cruz2016-05-121-0/+16
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-0/+5
* Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov2014-12-311-1/+4
* Reduced reduce() usage; refs #23796.Brad Walker2014-11-201-4/+1
* Fixed #22915 -- Document backward incompatible changes in the ValidationError...Loic Bistuer2014-07-041-6/+3
* Fixed #8033 -- Explained app registry error during translation setupClaude Paroz2014-06-231-0/+5
* Trigger AttributeError in ValidationError.message_dict when error_dict is mis...Loic Bistuer2013-12-071-0/+4
* Fixed #21555 -- Made ValidationError pickable.Loic Bistuer2013-12-071-1/+9
* Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer2013-11-301-38/+52
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer2013-06-181-3/+1
* Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer2013-06-181-22/+46
* Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes2013-05-251-7/+27
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-1/+12
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* Imported reduce from functools for forward compatibility.Claude Paroz2012-05-201-0/+1
* Fixed #10405 -- Raise a more useful error if the formfield of a related model...Jannis Leidel2011-08-121-1/+1
* Add warning when using cache keys that might not work with memcached.Malcolm Tredinnick2010-09-121-1/+6
* Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...Russell Keith-Magee2010-04-151-0/+5
* Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans2010-01-121-7/+11
* Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans2010-01-051-1/+37
* Removed oldforms, validators, and related code:Gary Wilson Jr2008-08-271-0/+3
* Merged the queryset-refactor branch into trunk.Malcolm Tredinnick2008-04-271-0/+5
* Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...Malcolm Tredinnick2007-12-021-0/+4
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-7/+2
* Moved django.core.handler.ImproperlyConfigured into django.core.exceptionsAdrian Holovaty2005-07-161-0/+4
* Changed mentions of CMS to Django in django.core xheaders and exceptionsAdrian Holovaty2005-07-151-2/+2
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-131-0/+26