summaryrefslogtreecommitdiff
path: root/django/db/models/fields/subclassing.py
AgeCommit message (Expand)Author
2009-12-03[soc2009/multidb] Cleaned up the double processing required by validate() by ...Alex Gaynor
2009-11-26[soc2009/multidb] Minor grammar fixes to some error messages. Patch from Rus...Alex Gaynor
2009-08-02[soc2009/multidb] Correct the kwarg provided to warn.Alex Gaynor
2009-08-01[soc2009/multidb] Switched from using an ugly hacky wrapper to a Metaclass fo...Alex Gaynor
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