diff options
author | Dan McGee <dan@archlinux.org> | 2012-04-27 09:04:12 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-27 09:12:26 -0500 |
commit | 57c1176d9e918c9d11ecd4a1e8bea3f138c8cf6a (patch) | |
tree | d04a6adbd61352440041cc7214e1a49a64bbb822 | |
parent | 15c94b2061de4ba618af977279fe2575db2ac0a5 (diff) |
Remove misleading comment from settings.py
We're not using cache middleware anymore, and this bug is fixed anyway.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.py b/settings.py index 52339c53..50ed6c18 100644 --- a/settings.py +++ b/settings.py @@ -68,8 +68,6 @@ TEMPLATE_LOADERS = ( 'django.template.loaders.app_directories.Loader', ) -# This bug is a real bummer: -# http://code.djangoproject.com/ticket/14105 MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', |