mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Moved extlinks in docs config to allow using 'version' variable.
After a stable branch is created, 'master' will change to 'stable/' + version + '.x'.
This commit is contained in:
parent
a68c029e22
commit
879cc3da62
2 changed files with 9 additions and 13 deletions
|
@ -1839,11 +1839,7 @@ Here's a sample settings file::
|
|||
|
||||
Default: A list of all language codes from the :setting:`LANGUAGES` setting
|
||||
that are written right-to-left. You can see the current list of these languages
|
||||
by looking in ``django/conf/global_settings.py`` (or view the `online
|
||||
source`_).
|
||||
|
||||
.. _online source: https://github.com/django/django/blob/master/django/conf/global_settings.py
|
||||
|
||||
by looking in :source:`django/conf/global_settings.py`.
|
||||
|
||||
The list contains :term:`language codes<language code>` for languages that are
|
||||
written right-to-left.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue