diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-09 13:38:11 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-07-09 13:38:11 +0200 |
| commit | 24e8f7f7d3063a3bbfe14774080bc89035b4a3e2 (patch) | |
| tree | baaf456d879af7d28e5f9a98b9541bf823178537 /docs/ref | |
| parent | 08e69cad9ccb18738b66388b0d0ee4660470710e (diff) | |
Fixed typos in docs/ref/django-admin.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index e139c8128f..d5e8b7c2cb 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1259,7 +1259,7 @@ files is: - ``app_directory`` -- the full path of the newly created app - ``camel_case_app_name`` -- the app name in camel case format - ``docs_version`` -- the version of the documentation: ``'dev'`` or ``'1.x'`` -- ``django_version`` -- the version of Django, e.g.``'2.0.3'`` +- ``django_version`` -- the version of Django, e.g. ``'2.0.3'`` .. _render_warning: @@ -1327,7 +1327,7 @@ The :class:`template context <django.template.Context>` used is: - ``project_directory`` -- the full path of the newly created project - ``secret_key`` -- a random key for the :setting:`SECRET_KEY` setting - ``docs_version`` -- the version of the documentation: ``'dev'`` or ``'1.x'`` -- ``django_version`` -- the version of Django, e.g.``'2.0.3'`` +- ``django_version`` -- the version of Django, e.g. ``'2.0.3'`` Please also see the :ref:`rendering warning <render_warning>` as mentioned for :djadmin:`startapp`. |
