summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-12-23 19:13:10 +0000
committerJannis Leidel <jannis@leidel.info>2011-12-23 19:13:10 +0000
commit6fcbe90954c6b0661c4b68c79856ec55202f85f2 (patch)
tree9922afa9bedd85cd9a8055fbc4fd7cd9e11d1b23 /docs
parent27f5fefc54a2b728558cc5d7e6557d0eb88fd61d (diff)
Minor fixes to the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4-alpha-1.txt4
-rw-r--r--docs/releases/1.4.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/releases/1.4-alpha-1.txt b/docs/releases/1.4-alpha-1.txt
index a7ad353f43..6e284bd405 100644
--- a/docs/releases/1.4-alpha-1.txt
+++ b/docs/releases/1.4-alpha-1.txt
@@ -453,8 +453,8 @@ The :djadmin:`startapp` and :djadmin:`startproject` management commands
got a ``--template`` option for specifying a path or URL to a custom app or
project template.
-For example, Django will use the ``/path/to/my_project_template``
-directorywhen running the following command::
+For example, Django will use the ``/path/to/my_project_template`` directory
+when running the following command::
django-admin.py startproject --template=/path/to/my_project_template myproject
diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
index d75ba01993..b067e2c413 100644
--- a/docs/releases/1.4.txt
+++ b/docs/releases/1.4.txt
@@ -443,8 +443,8 @@ The :djadmin:`startapp` and :djadmin:`startproject` management commands
got a ``--template`` option for specifying a path or URL to a custom app or
project template.
-For example, Django will use the ``/path/to/my_project_template``
-directorywhen running the following command::
+For example, Django will use the ``/path/to/my_project_template`` directory
+when running the following command::
django-admin.py startproject --template=/path/to/my_project_template myproject