Kaydet (Commit) ee7f51c6 authored tarafından Graham Ullrich's avatar Graham Ullrich Kaydeden (comit) Tim Graham

Fixed #29250 -- Added 'django_version' context to startapp/project docs.

üst de0e54ea
......@@ -1198,6 +1198,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'``
.. _render_warning:
......@@ -1267,6 +1268,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'``
Please also see the :ref:`rendering warning <render_warning>` as mentioned
for :djadmin:`startapp`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment