django1/django/db
Malcolm Tredinnick a27f12f388 Fixed #2265 -- Fixed problem with using iterators for "choices" attribute.
Thanks, Alex Dedul.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-26 06:33:32 +00:00
..
backends Fixed #2772 -- Made SQLite support work correctly with Python 2.5 standard 2006-09-25 01:53:34 +00:00
models Fixed #2265 -- Fixed problem with using iterators for "choices" attribute. 2006-09-26 06:33:32 +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