django1/django/db/models
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
..
fields Fixed #8101 -- Allow the strings '1' and '0' as filter values for boolean 2008-08-29 02:40:56 +00:00
sql Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)). 2008-08-28 05:00:23 +00:00
__init__.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
base.py Removed a couple of unused imports. 2008-08-28 19:28:31 +00:00
loading.py Added tests for corner case with deleting where objects are deleted in the wrong order. 2008-06-21 20:55:17 +00:00
manager.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00
options.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
query.py Changed create() and get_or_create() to force an insert (not update an existing value). 2008-08-28 17:18:05 +00:00
query_utils.py Factored out a semi-complex if-test that was used in two places. 2008-06-29 09:40:17 +00:00
related.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
signals.py Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster. 2008-08-06 15:32:46 +00:00