summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_fields
AgeCommit message (Expand)Author
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