django/tests/regressiontests/model_fields
Brian Rosner e5cd43e588 Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal object when the model instance was not retrieved from the database. Thanks Justin Driscoll and pigletto.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-11 20:13:17 +00:00
..
__init__.py Fixed call to `ugettext`, which is imported as `_`. 2007-07-30 17:25:35 +00:00
models.py Fixed #9706: made SlugField honor max_length in Oracle, matching the other backends. 2008-12-02 18:40:40 +00:00
tests.py Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal object when the model instance was not retrieved from the database. Thanks Justin Driscoll and pigletto. 2009-02-11 20:13:17 +00:00