summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-07-07 23:08:43 +0200
committerClaude Paroz <claude@2xlibre.net>2012-07-07 23:12:02 +0200
commitfd88fe657b42cf314bcd23bf79edf71c378520f4 (patch)
treeb094a72f698407fa98545d9f97770c59720b2fbd /docs/ref
parentf1e416566a2e09f25b75a379f31a71962fa66437 (diff)
[1.4.x] Fixed #18164 -- Precised startapp template context content
Backport of 249c445446 from master.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index bfbd61f2d6..eacd069abf 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -957,7 +957,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