Fixed a missed typo in the 1.4 release notes. Oops.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Carl Meyer 2011-10-13 06:41:40 +00:00
parent 38f1fe3b35
commit 9a5262b037
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ actual project.
If settings, URLconf, and apps within the project are imported or referenced
using the project-name prefix (e.g. ``myproject.settings``, ``ROOT_URLCONF =
``myproject.urls``, etc), the new ``manage.py`` will need to be moved one
"myproject.urls"``, etc), the new ``manage.py`` will need to be moved one
directory up, so it is outside the project package rather than adjacent to
``settings.py`` and ``urls.py``.