django/tests/regressiontests/model_fields
Malcolm Tredinnick 281f2b74bf Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.
At the same time, checked all other cases of db_prep_value() to ensure they
aren't making the same mistake.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-30 00:18:49 +00:00
..
__init__.py
models.py Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings. 2008-07-30 00:18:49 +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