diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index b4c3b70c63..3116c8b4b9 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -357,7 +357,7 @@ Methods that return a ``QuerySet`` such as ``Manager.get_query_set`` or ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The ``shortcut`` view was moved from ``django.views.defaults`` to -``django.contrib.contentypes.views`` shortly after the 1.0 release, but the +``django.contrib.contenttypes.views`` shortly after the 1.0 release, but the old location was never deprecated. This oversight was corrected in Django 1.6 and you should now use the new location. @@ -368,4 +368,4 @@ including it in an URLconf, simply replace:: with:: - (r'^prefix/(?P\d+)/(?P.*)/$', 'django.contrib.contentypes.views'), + (r'^prefix/(?P\d+)/(?P.*)/$', 'django.contrib.contenttypes.views.shortcut'),