summaryrefslogtreecommitdiff
path: root/tests/modeltests/invalid_models
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-10-02Fixed #19049 -- Ensure that swapped models aren't included in reverse field c...Russell Keith-Magee
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-08-11[py3] Used six.StringIO to simulate stdout buffer in testsClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-02-04Fixed #8291 -- Allowed 'pk' to be used as an ordering option in `Model.Meta`....Julien Phalip
2011-11-12Fix #16570: Restore ability to have decimal fields where max_digits equals de...Karen Tracey
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-08-25Fix test from r16678 and r16681 properly for Oracle.Malcolm Tredinnick
2011-08-23Teach "django-admin.py validate" to forbid nullable primary keys.Malcolm Tredinnick
2011-08-23Corrected the setup and teardown of the refactored invalid_models test so tha...Russell Keith-Magee
2011-08-23Fixed #16299 -- Ensure that unicode strings can be used to identify classes i...Russell Keith-Magee
2011-08-23Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv...Russell Keith-Magee
2011-07-03Reverted [14563] because it introduced a dependency from core on a contrib ap...Ramiro Morales
2010-12-29Fixed #7726 -- Added validation of max_digits and decimal_places options to D...Ramiro Morales
2010-11-14Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...Ramiro Morales
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-10-21Fixed 14513 -- check fields with underscores for validity when ordering. Bonu...Chris Beaven
2010-04-06Fixed test failure that was occurring since r12908Luke Plant
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-22Fixed #11226 -- Corrected an validation edge case with m2m relations between ...Russell Keith-Magee
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-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