django1/django/db/models/fields
Joseph Kocherhans 16fe73d918 Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24 17:36:18 +00:00
..
__init__.py Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks, Alex Gaynor. 2010-02-24 17:36:18 +00:00
files.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
proxy.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
related.py Fixed #12888. Fixed a typo in some related object error messages. Thanks, nessita. 2010-02-23 16:09:39 +00:00
subclassing.py Fixed #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00