django1/django/db
Adrian Holovaty 7c0326bcca Fixed #12537 -- Fixed error in Model.full_validate(). Thanks, gauss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-10 17:56:52 +00:00
..
backends Fixed #12428: Ensured that the dummy backend is installed correctly on a fresh project generated by django-admin.py startproject. Thanks to Simon for the report. 2009-12-24 05:57:43 +00:00
models Fixed #12537 -- Fixed error in Model.full_validate(). Thanks, gauss 2010-01-10 17:56:52 +00:00
__init__.py Fixed #12452 -- Ensured that all connections are closed when a request is finished. Thanks to samuel@lefora.com for the report and fix. 2009-12-28 05:11:57 +00:00
transaction.py Fixed typo introduced in r11952. 2010-01-06 00:55:54 +00:00
utils.py Fixed #12428: Ensured that the dummy backend is installed correctly on a fresh project generated by django-admin.py startproject. Thanks to Simon for the report. 2009-12-24 05:57:43 +00:00