summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_fields
AgeCommit message (Expand)Author
2008-08-29Fixed #8101 -- Allow the strings '1' and '0' as filter values for booleanMalcolm Tredinnick
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-02Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p...Gary Wilson Jr
2008-07-30Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.Malcolm Tredinnick
2008-07-30Since max_digits and decimal_places are required on django.db.models.DecimalF...Malcolm Tredinnick
2008-07-29Fixed #7560 -- Moved a lot of the value conversion preparation forMalcolm Tredinnick
2008-07-27Removed some model saves from [8102] which were causing test failures under P...Russell Keith-Magee
2008-07-27Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup...Russell Keith-Magee
2008-06-30Fixed #4485 -- Allow nullable DecimalFields to store NULLs.Malcolm Tredinnick
2008-03-20Fixed #6445 -- Allow model instances to be used as a default for ForeignKeysMalcolm Tredinnick
2007-07-30Fixed call to `ugettext`, which is imported as `_`.Gary Wilson Jr