django/tests/regressiontests/model_fields
Malcolm Tredinnick 54f41e3507 Fixed #8101 -- Allow the strings '1' and '0' as filter values for boolean
fields (the latter was causing problems). This allows these values in URLs
(e.g. the admin filtering).

Not an ideal solution to the problem, but will do the job for the time being.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 02:40:56 +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 Fixed #8101 -- Allow the strings '1' and '0' as filter values for boolean 2008-08-29 02:40:56 +00:00