summaryrefslogtreecommitdiff
path: root/tests/modeltests/field_subclassing/fields.py
AgeCommit message (Expand)Author
2010-11-02Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...Alex Gaynor
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-09-12Migrated 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