summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_fields/models.py
AgeCommit message (Expand)Author
2009-12-28[soc2009/model-validation] Merget to trunk at r12009Honza Král
2009-06-03[soc2009/model-valition] Merged to trunk at r10914Honza Král
2009-04-10Converted model_fields regression tests into unittests.Jacob Kaplan-Moss
2008-12-02Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba...Ian Kelly
2008-11-12Fixed #5079 -- Avoid converting Decimals to floats during save to the database.Karen Tracey
2008-07-30Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.Malcolm 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-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