django1/django/db
Joseph Kocherhans acc095c333 Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. Thanks, Honza Král.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-21 03:26:14 +00:00
..
backends Fixed #12633 -- Modified some old m2m attribute use in deprecated m2m table creation methods. Also added PendingDeprecation warnings to those methods. Thanks to Alex for the suggestion, and Ramiro for the report and fix. 2010-01-19 01:25:30 +00:00
models Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. Thanks, Honza Král. 2010-01-21 03:26:14 +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 #12558 -- Improved error handling when processing DATABASES setting. Thanks to Oliver Beattie for the report and patch. 2010-01-11 00:54:27 +00:00