summaryrefslogtreecommitdiff
path: root/django/db/models/fields/subclassing.py
AgeCommit message (Expand)Author
2010-12-04Normalized the name order of arguments. There's no actual bug here, other tha...Russell Keith-Magee
2010-11-02Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...Alex Gaynor
2010-10-15Change the stacklevel for Field deprecation warnings to correctly point to th...Chris Beaven
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2008-08-02Removed several deprecated features for 1.0 (refs #7830):Gary Wilson Jr
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