diff options
| author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-03-15 08:15:30 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-03-15 12:50:15 +0100 |
| commit | d35ffcaaad9881d4dc1633f76cecc8ada4b31e2f (patch) | |
| tree | 70e395153a28dcf97a54946e414880feb21876e2 | |
| parent | 2a2708e1b2a0e02fc4fdd4b050d60fb0033dfdde (diff) | |
Corrected typos in the 1.6 release notes
| -rw-r--r-- | docs/releases/1.6.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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<content_type_id>\d+)/(?P<object_id>.*)/$', 'django.contrib.contentypes.views'), + (r'^prefix/(?P<content_type_id>\d+)/(?P<object_id>.*)/$', 'django.contrib.contenttypes.views.shortcut'), |
