summaryrefslogtreecommitdiff
path: root/tests/modeltests/invalid_models
AgeCommit message (Expand)Author
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
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-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
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-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-03-31Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks toMalcolm Tredinnick
2006-09-07Fixes #2653 -- Modified related field utility methods to return None as the r...Russell Keith-Magee
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-06-27Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m...Russell Keith-Magee
2006-06-07Fix test output as a result of the change in r3094.Malcolm Tredinnick
2006-05-31Added blurbs to the model unit tests that didn't have themAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty