django/django
Aymeric Augustin 632b6a1a73 Fixed #17439 -- Prevented spurious queries for missing objects after prefetch_related has run.
That affects nullable foreign key, nullable one-to-one, and reverse one-to-one relations.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@17899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-11 21:11:22 +00:00
..
bin Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
conf Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
contrib Fixed #17864 -- Added Hong Kong localflavor. Thanks to mrkschan and Adrien Lemaire. 2012-04-09 17:25:02 +00:00
core Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. 2012-04-08 21:13:32 +00:00
db Fixed #17439 -- Prevented spurious queries for missing objects after prefetch_related has run. 2012-04-11 21:11:22 +00:00
dispatch Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
forms Removed pre-2.6 compatibility code in date-based form fields. Refs #9459. 2012-04-05 14:49:02 +00:00
http Removed deprecated CompatCookie. 2012-03-31 12:54:40 +00:00
middleware Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to i18n URLs. Thanks to Paul for keeping an eye on the standards. 2012-03-02 22:35:26 +00:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template Fixed #18103 -- Regression introduced in r17895. 2012-04-11 13:00:38 +00:00
templatetags Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
test Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_PROCESSORS is overriden in tests. 2012-04-09 13:24:57 +00:00
utils Fixed #18071 -- Ignored case sensitivity in urlize utility. Thanks luke@creaturecreative.com and adamzap for the report and the patch. 2012-04-11 17:49:22 +00:00
views Fixed #18087 -- Prevented date-based generic views from loading entire tables in memory when pagination is enabled. 2012-04-10 20:05:46 +00:00
__init__.py Advanced version identifiers for 1.5 development cycle. 2012-03-31 19:39:28 +00:00