index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
exceptions.py
Age
Commit message (
Expand
)
Author
2025-12-01
Refs #36743 -- Corrected docstring for DisallowedRedirect.
Jacob Walls
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-03-10
Fixed #33579 -- Specialized exception raised on forced update failures.
Simon Charette
2024-10-10
Fixed docstring for django.core.exceptions module.
Baptiste Mispelon
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-02-14
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-10-05
Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.
Simon Charette
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-07-29
Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params orde...
David Smith
2019-06-20
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2017-10-23
Removed Python 2 comment in ValidationError.
Tim Graham
2017-07-14
Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.
Tim Graham
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2016-10-27
Corrected TooManyFieldsSent doctring for GET requests.
Zach Wernberg
2016-08-08
Moved EmpytResultSet to django.core.exceptions.
Johannes Dollinger
2016-05-12
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Andre Cruz
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-31
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Andrey Maslov
2014-11-20
Reduced reduce() usage; refs #23796.
Brad Walker
2014-07-04
Fixed #22915 -- Document backward incompatible changes in the ValidationError...
Loic Bistuer
2014-06-23
Fixed #8033 -- Explained app registry error during translation setup
Claude Paroz
2013-12-07
Trigger AttributeError in ValidationError.message_dict when error_dict is mis...
Loic Bistuer
2013-12-07
Fixed #21555 -- Made ValidationError pickable.
Loic Bistuer
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-05-20
Imported reduce from functools for forward compatibility.
Claude Paroz
2011-08-12
Fixed #10405 -- Raise a more useful error if the formfield of a related model...
Jannis Leidel
2010-09-12
Add warning when using cache keys that might not work with memcached.
Malcolm Tredinnick
2010-04-15
Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...
Russell Keith-Magee
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-12-02
Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...
Malcolm Tredinnick
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2005-07-16
Moved django.core.handler.ImproperlyConfigured into django.core.exceptions
Adrian Holovaty
2005-07-15
Changed mentions of CMS to Django in django.core xheaders and exceptions
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty