django1/django/db
Malcolm Tredinnick 084d618519 Fixed #2749 -- Get the correct m2m_reverse_name() in generic relations. Thanks
to Jay Parlar and Chris Long for some good debugging here.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 03:26:13 +00:00
..
backends Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators, 2006-09-22 02:36:50 +00:00
models Fixed #2749 -- Get the correct m2m_reverse_name() in generic relations. Thanks 2006-09-22 03:26:13 +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