1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/tests/regressiontests/model_fields
2008-07-30 00:18:31 +00:00
..
__init__.py Fixed call to ugettext, which is imported as _. 2007-07-30 17:25:35 +00:00
models.py Removed some model saves from [8102] which were causing test failures under Postgres. Thanks to Ramiro Morales for the report (via IRC). 2008-07-27 13:55:35 +00:00
tests.py Since max_digits and decimal_places are required on django.db.models.DecimalField, one of the tests was a bit bogus. Fixed that. 2008-07-30 00:18:31 +00:00