From f582b61f1c5a0fad85d3a7022e480acb9d597d4a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 11 Mar 2014 08:09:44 -0400 Subject: [PATCH] [1.6.x] Fixed typo in docs/ref/django-admin.txt Thanks Wes Kendall for the report. Backport of ce3d9f847d from master --- docs/ref/django-admin.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 6c6ba476f6..1f548b2153 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1027,7 +1027,7 @@ 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 (among the command's supported +- 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 @@ -1097,8 +1097,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 (among the command's supported - options) +- Any option passed to the ``startproject`` command (among the command's + supported options) - ``project_name`` -- the project name as passed to the command - ``project_directory`` -- the full path of the newly created project - ``secret_key`` -- a random key for the :setting:`SECRET_KEY` setting