index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
invalid_models
Age
Commit message (
Expand
)
Author
2010-04-06
Fixed test failure that was occurring since r12908
Luke Plant
2010-03-13
Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...
Karen Tracey
2010-03-12
Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...
Russell Keith-Magee
2010-03-10
Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...
Karen Tracey
2010-02-22
Fixed #11226 -- Corrected an validation edge case with m2m relations between ...
Russell Keith-Magee
2009-11-03
Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...
Russell Keith-Magee
2009-04-09
Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...
Jacob Kaplan-Moss
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-23
Fixed #7042 -- The management validation command nows alerts users to the
Malcolm Tredinnick
2008-08-19
Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M...
Russell Keith-Magee
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2007-12-02
Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg
Malcolm Tredinnick
2007-10-21
Fixed #3265 -- Made it a validation error to have field names with trailing
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-03-31
Fixed #2363 -- Improved base class checking in ModelBase metaclass. Thanks to
Malcolm Tredinnick
2006-09-07
Fixes #2653 -- Modified related field utility methods to return None as the r...
Russell Keith-Magee
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-06-27
Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m...
Russell Keith-Magee
2006-06-07
Fix test output as a result of the change in r3094.
Malcolm Tredinnick
2006-05-31
Added blurbs to the model unit tests that didn't have them
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty