Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-0/+5
* Fixed #24008 -- Fixed ValidationError crash with list of ...Andrey Maslov2014-12-311-1/+4
* Reduced reduce() usage; refs #23796.Brad Walker2014-11-201-4/+1
* Fixed #22915 -- Document backward incompatible changes in...Loic Bistuer2014-07-041-6/+3
* Fixed #8033 -- Explained app registry error during transl...Claude Paroz2014-06-231-0/+5
* Trigger AttributeError in ValidationError.message_dict wh...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-291-38/+52
* Removed several unused imports.Aymeric Augustin2013-06-191-1/+0
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-3/+1
* Refactored ValidationError to allow persisting error para...Loic Bistuer2013-06-181-22/+46
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-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 formfiel...Jannis Leidel2011-08-121-1/+1
* Add warning when using cache keys that might not work wit...Malcolm Tredinnick2010-09-121-1/+6
* Fixed #13352 -- Added __repr__ method for Validation Erro...Russell Keith-Magee2010-04-151-0/+5
* Fixed #12512. Changed ModelForm to stop performing model ...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 Multipl...Malcolm Tredinnick2007-12-021-0/+4
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-7/+2
* Moved django.core.handler.ImproperlyConfigured into djang...Adrian Holovaty2005-07-171-0/+4
* Changed mentions of CMS to Django in django.core xheaders...Adrian Holovaty2005-07-151-2/+2
* Imported Django from private SVN repository (created from...Adrian Holovaty2005-07-131-0/+26