diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index fc2aad9b175..d98a4718cd6 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -119,7 +119,7 @@ Minor features * Added the ``language`` class attribute to the :class:`django.contrib.syndication.views.Feed` to customize a feed language. The default value is :func:`~django.utils.translation.get_language()` instead - of setting:`LANGUAGE_CODE`. + of :setting:`LANGUAGE_CODE`. Cache ~~~~~