summaryrefslogtreecommitdiff
path: root/django/core/management/validation.py
AgeCommit message (Expand)Author
2010-03-13Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...Karen Tracey
2010-03-12Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...Russell Keith-Magee
2010-03-10Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...Karen Tracey
2010-02-23Fixed #11859. Allowed subclasses of tuple or list for choice options. Thanks,...Joseph Kocherhans
2010-02-22Fixed #11226 -- Corrected an validation edge case with m2m relations between ...Russell Keith-Magee
2010-02-14Fixed #6054: work around PIL's installation brokeness by detecting either of ...Jacob Kaplan-Moss
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-04-09Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...Jacob Kaplan-Moss
2008-08-29Fixed #8687, a bad variable name in validation. Thanks, vung.Jacob Kaplan-Moss
2008-08-23Fixed #7042 -- The management validation command nows alerts users to theMalcolm Tredinnick
2008-08-19Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M...Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2007-12-02Fixed #3323 -- More robust error handling for related objetcs. Thanks, GregMalcolm Tredinnick
2007-10-21Fixed #3265 -- Made it a validation error to have field names with trailingMalcolm Tredinnick
2007-09-14Negligible formatting change to [6211]Adrian Holovaty
2007-09-14Fixed #5445: added some compatibility code for the lack of __iter__ in Jython...Jacob Kaplan-Moss
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty