django1/django
Y3K cbcf78fa94 Fixed #25252 -- Added friendly error message on incorrect .select_related() use
Using select_related() after .values() or .values_list() is not possible
because .values() or .values_list() already got the values they need.
2015-08-31 15:13:59 +10:00
..
apps Fixed #24590 -- Cached calls to swappable_setting. 2015-08-27 17:06:21 +10:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
contrib Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin. 2015-08-29 08:55:50 -04:00
core Fixed #24704 -- Made the autoreloader survive SyntaxErrors. 2015-08-29 20:49:56 +02:00
db Fixed #25252 -- Added friendly error message on incorrect .select_related() use 2015-08-31 15:13:59 +10:00
dispatch Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
forms Removed BaseForm._raw_value(). 2015-08-21 12:14:54 -04:00
http Fixed #25254 -- Added JsonResponse json_dumps_params parameter. 2015-08-12 10:39:07 -04:00
middleware Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when Referer = URL. 2015-08-24 19:35:49 -04:00
template Fixed #24257 -- Corrected i18n handling of percent signs. 2015-08-12 10:23:34 -04:00
templatetags Fixed #24257 -- Corrected i18n handling of percent signs. 2015-08-12 10:23:34 -04:00
test Fixed #24590 -- Cached calls to swappable_setting. 2015-08-27 17:06:21 +10:00
utils Made the autoreloader survive all exceptions. 2015-08-29 20:50:00 +02:00
views Fixed #24935 -- Refactored common conditional GET handling. 2015-08-15 09:08:45 -04:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00