summaryrefslogtreecommitdiff
path: root/tests/modeltests/field_subclassing/models.py
AgeCommit message (Expand)Author
2010-11-02[1.2.X] Fixed #10728 -- corrected subclassing of Fields who use the SubfieldB...Alex Gaynor
2010-09-12[1.2.X] Migrated the field_subclsasing doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-03-23Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to Gabriel ...Russell Keith-Magee
2010-02-24Fixed #12734. Deferred fields will now be properly converted to python when a...Joseph Kocherhans
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-04-27Merged the queryset-refactor branch into trunk.Malcolm Tredinnick
2007-11-29Fixed #5989 -- Fixed a problem with values being incorrectly reused byMalcolm Tredinnick
2007-11-05Added the small changes necessary to make creating custom model fields easier.Malcolm Tredinnick