diff options
| author | Tim Graham <timograham@gmail.com> | 2019-03-28 20:47:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-03-28 20:47:51 -0400 |
| commit | 879cc3da6249e920b8d54518a0ae06de835d7373 (patch) | |
| tree | 6e92992b42db253dea0da238b89e1897c702f217 /docs/ref | |
| parent | a68c029e224cebe540da7447dbbd27993b4aa793 (diff) | |
Moved extlinks in docs config to allow using 'version' variable.
After a stable branch is created, 'master' will change to
'stable/' + version + '.x'.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 0eb5bed1fc..9a7de08941 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -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. |
