0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00

Fixed typo in docs/releases/3.0.txt.

This commit is contained in:
Mariusz Felisiak 2019-05-21 08:21:35 +02:00
parent 514104cf23
commit df28ebd6c8

View File

@ -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
~~~~~