diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-07-07 23:08:43 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-07-07 23:08:43 +0200 |
| commit | 249c445446f0811d6396cfd3053aed33edf2e7b3 (patch) | |
| tree | 3db07d61463772afb8f454837a51f3ddabddcb91 /docs/ref/django-admin.txt | |
| parent | d94cfdcfae92fd4409cd1b5e14eebc75033266fd (diff) | |
Fixed #18164 -- Precised startapp template context content
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 7ca1ee5ddd..31c46c7fa0 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -888,7 +888,8 @@ through the template engine: the files whose extensions match the with the ``--name`` option. The :class:`template context <django.template.Context>` used is: -- Any option passed to the startapp command +- Any option passed to the startapp command (among the command's supported + options) - ``app_name`` -- the app name as passed to the command - ``app_directory`` -- the full path of the newly created app |
