django1/django/db
Russell Keith-Magee 83501405c2 Added '1' and '0' as allowed text input for BooleanFields. This was required to acommodate XML serializers when using MySQL.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-26 00:36:04 +00:00
..
backends Fixed #2772 -- Made SQLite support work correctly with Python 2.5 standard 2006-09-25 01:53:34 +00:00
models Added '1' and '0' as allowed text input for BooleanFields. This was required to acommodate XML serializers when using MySQL. 2006-09-26 00:36:04 +00:00
__init__.py Improved error message if DATABASE_ENGINE is invalid. 2006-05-26 19:02:23 +00:00
transaction.py Fixed typo in docstring in db/transaction.py 2006-06-16 19:35:57 +00:00