From fd88fe657b42cf314bcd23bf79edf71c378520f4 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 7 Jul 2012 23:08:43 +0200 Subject: [PATCH] [1.4.x] Fixed #18164 -- Precised startapp template context content Backport of 249c445446 from master. --- docs/ref/django-admin.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index bfbd61f2d60..eacd069abf0 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 ` 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