django1/django/db
Malcolm Tredinnick 4f63ce5b4a Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators,
rather than a list, in order to save memory. Patch from Simon Willison.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3783 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 02:36:50 +00:00
..
backends Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators, 2006-09-22 02:36:50 +00:00
models Fixes #2653 -- Modified related field utility methods to return None as the related name for symmetrical m2m fields on self. Updated validators and unit tests to account for the new behavior. 2006-09-07 13:29:56 +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