diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-21 08:21:35 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-21 08:21:35 +0200 |
| commit | df28ebd6c89d68e781020a6a4e8405c0154e8e40 (patch) | |
| tree | b6381f77c1840cbdebe0532d2432e888bcb5c8b8 | |
| parent | 514104cf236c1039644b70c0c0f128cecd42b233 (diff) | |
Fixed typo in docs/releases/3.0.txt.
| -rw-r--r-- | docs/releases/3.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index fc2aad9b17..d98a4718cd 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 ~~~~~ |
