django1/django/contrib
Tim Graham 67732a9b18 Fixed #24687 -- Added select_related() validation for nested non-relational fields.
The removed test was added in the original select_related() validation
patch (45d4e43d2d), but there doesn't
seem to be any reason for it.

Thanks Claude Paroz for help and review.
2015-10-10 09:48:50 -04:00
..
admin Updated translation catalogs 2015-10-09 18:02:47 +02:00
admindocs Simplified translatable string in admindocs template 2015-10-10 14:57:58 +02:00
auth Pluralized translatable strings in password_validation.py 2015-10-10 15:17:21 +02:00
contenttypes Refs #13637 -- Removed unused code in GenericRelatedObjectManager 2015-10-02 10:32:46 -04:00
flatpages Updated translation catalogs 2015-10-09 18:02:47 +02:00
gis Fixed #24687 -- Added select_related() validation for nested non-relational fields. 2015-10-10 09:48:50 -04:00
humanize Updated translations from Transifex 2015-04-30 14:29:08 +02:00
messages Used getattr() to simplify contrib.messages.api. 2015-09-26 20:04:09 -04:00
postgres Updated translation catalogs 2015-10-09 18:02:47 +02:00
redirects Updated translation catalogs 2015-10-09 18:02:47 +02:00
sessions Fixed #22938 -- Allowed clearsessions to remove file-based sessions. 2015-10-03 09:21:10 -04:00
sitemaps Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
sites Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
staticfiles Fixed #25350 -- Added alias --no-input for --noinput to management commands. 2015-09-08 08:41:03 -04:00
syndication Fixed #13110 -- Added support for multiple enclosures in Atom feeds. 2015-09-18 18:31:58 -04:00
__init__.py