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
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