summaryrefslogtreecommitdiff
path: root/tests/modeltests/invalid_models
Commit message (Expand)AuthorAgeFilesLines
* Fixed test failure that was occurring since r12908Luke Plant2010-04-061-6/+6
* Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...Karen Tracey2010-03-131-3/+3
* Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...Russell Keith-Magee2010-03-121-3/+13
* Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...Karen Tracey2010-03-101-1/+23
* Fixed #11226 -- Corrected an validation edge case with m2m relations between ...Russell Keith-Magee2010-02-221-2/+2
* Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee2009-11-031-0/+1
* Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...Jacob Kaplan-Moss2009-04-091-0/+2
* Removed oldforms, validators, and related code:Gary Wilson Jr2008-08-271-4/+4
* Fixed #7042 -- The management validation command nows alerts users to theMalcolm Tredinnick2008-08-231-3/+8
* Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M...Russell Keith-Magee2008-08-191-3/+14
* Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee2008-07-291-0/+65
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-181-3/+1
* Fixed #3323 -- More robust error handling for related objetcs. Thanks, GregMalcolm Tredinnick2007-12-021-0/+6
* Fixed #3265 -- Made it a validation error to have field names with trailingMalcolm Tredinnick2007-10-211-2/+4
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-22/+22
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-5/+5
* Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks toMalcolm Tredinnick2007-03-311-0/+10
* Fixes #2653 -- Modified related field utility methods to return None as the r...Russell Keith-Magee2006-09-071-5/+32
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee2006-08-271-1/+1
* Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m...Russell Keith-Magee2006-06-271-41/+77
* Fix test output as a result of the change in r3094.Malcolm Tredinnick2006-06-071-1/+1
* Added blurbs to the model unit tests that didn't have themAdrian Holovaty2006-05-311-11/+13
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-022-0/+118