From 9a5262b037c0b5c4270a11b19d7ef0ab59b6aef5 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 13 Oct 2011 06:41:40 +0000 Subject: [PATCH] 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 --- docs/releases/1.4.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index 7ad403cfac..a035f44567 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -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``.