diff options
| author | Omkar Kulkarni <2019okulkarn@tjhsst.edu> | 2020-05-06 10:19:04 -0400 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-05-06 17:38:27 +0200 |
| commit | 16bdb6b7baf884fad6885db18be78a69a55317a5 (patch) | |
| tree | 5bdbf81a0dfa81e02f59f55c1909397426320815 /docs | |
| parent | cdf320dfb232fe5a22c9354acbd23477e31aabc9 (diff) | |
[3.0.x] Fixed #31495 - Corrected note about admin i18n in tutorial.
Thanks to Adam Johnson and Claude Paroz for review.
Backport of b7f1c0d86d72df51aa2e25da79d99074b751c7e1 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/tutorial02.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 1831c9c432..a54da0dae5 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -619,9 +619,9 @@ http://127.0.0.1:8000/admin/. You should see the admin's login screen: .. image:: _images/admin01.png :alt: Django admin login screen -Since :doc:`translation </topics/i18n/translation>` is turned on by default, -the login screen may be displayed in your own language, depending on your -browser's settings and if Django has a translation for this language. +Since :doc:`translation </topics/i18n/translation>` is turned on by default, if +you set :setting:`LANGUAGE_CODE`, the login screen will be displayed in the +given language (if Django has appropriate translations). Enter the admin site -------------------- |
