index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
exceptions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2023-02-14
1
-0
/
+9
*
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-11-07
1
-0
/
+6
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-18
/
+40
*
Refs #29838, Refs #28507 -- Made make_hashable() ignore key order.
Simon Charette
2020-10-05
1
-3
/
+2
*
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-09-09
1
-0
/
+5
*
Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params orde...
David Smith
2020-07-29
1
-0
/
+20
*
Fixed #30451 -- Added ASGI handler and coroutine-safety.
Andrew Godwin
2019-06-20
1
-0
/
+10
*
Removed Python 2 comment in ValidationError.
Tim Graham
2017-10-23
1
-2
/
+0
*
Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.
Tim Graham
2017-07-14
1
-4
/
+0
*
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-27
1
-2
/
+1
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
1
-5
/
+1
*
Corrected TooManyFieldsSent doctring for GET requests.
Zach Wernberg
2016-10-27
1
-1
/
+1
*
Moved EmpytResultSet to django.core.exceptions.
Johannes Dollinger
2016-08-08
1
-0
/
+5
*
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Andre Cruz
2016-05-12
1
-0
/
+16
*
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2015-01-02
1
-0
/
+5
*
Fixed #24008 -- Fixed ValidationError crash with list of dicts.
Andrey Maslov
2014-12-31
1
-1
/
+4
*
Reduced reduce() usage; refs #23796.
Brad Walker
2014-11-20
1
-4
/
+1
*
Fixed #22915 -- Document backward incompatible changes in the ValidationError...
Loic Bistuer
2014-07-04
1
-6
/
+3
*
Fixed #8033 -- Explained app registry error during translation setup
Claude Paroz
2014-06-23
1
-0
/
+5
*
Trigger AttributeError in ValidationError.message_dict when error_dict is mis...
Loic Bistuer
2013-12-07
1
-0
/
+4
*
Fixed #21555 -- Made ValidationError pickable.
Loic Bistuer
2013-12-07
1
-1
/
+9
*
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-30
1
-38
/
+52
*
Removed several unused imports.
Aymeric Augustin
2013-06-19
1
-1
/
+0
*
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
1
-3
/
+1
*
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-06-18
1
-22
/
+46
*
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-25
1
-7
/
+27
*
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-26
1
-1
/
+12
*
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
1
-3
/
+3
*
Imported reduce from functools for forward compatibility.
Claude Paroz
2012-05-20
1
-0
/
+1
*
Fixed #10405 -- Raise a more useful error if the formfield of a related model...
Jannis Leidel
2011-08-12
1
-1
/
+1
*
Add warning when using cache keys that might not work with memcached.
Malcolm Tredinnick
2010-09-12
1
-1
/
+6
*
Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...
Russell Keith-Magee
2010-04-15
1
-0
/
+5
*
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-12
1
-7
/
+11
*
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2010-01-05
1
-1
/
+37
*
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-27
1
-0
/
+3
*
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-27
1
-0
/
+5
*
Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...
Malcolm Tredinnick
2007-12-02
1
-0
/
+4
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
1
-7
/
+2
*
Moved django.core.handler.ImproperlyConfigured into django.core.exceptions
Adrian Holovaty
2005-07-16
1
-0
/
+4
*
Changed mentions of CMS to Django in django.core xheaders and exceptions
Adrian Holovaty
2005-07-15
1
-2
/
+2
*
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty
2005-07-13
1
-0
/
+26