summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_fields/tests.py
AgeCommit message (Expand)Author
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-06-30Fixed #4485 -- Allow nullable DecimalFields to store NULLs.Malcolm Tredinnick
2007-07-30Fixed call to `ugettext`, which is imported as `_`.Gary Wilson Jr