From 26d12af6fdbdf63822dd8b637f9b0c63a7664b4c Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 26 Feb 2012 20:48:48 +0000 Subject: [PATCH] Fixed #17772 -- typo in the release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17590 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.4-alpha-1.txt | 2 +- docs/releases/1.4-beta-1.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/1.4-alpha-1.txt b/docs/releases/1.4-alpha-1.txt index 2426c5907d..0771ab8105 100644 --- a/docs/releases/1.4-alpha-1.txt +++ b/docs/releases/1.4-alpha-1.txt @@ -588,7 +588,7 @@ In case your ``ADMIN_MEDIA_PREFIX`` is set to an specific domain (e.g. .. warning:: - If you're implicitely relying on the path of the admin static files on + If you're implicitly relying on the path of the admin static files on your server's file system when you deploy your site, you have to update that path. The files were moved from :file:`django/contrib/admin/media/` to :file:`django/contrib/admin/static/admin/`. diff --git a/docs/releases/1.4-beta-1.txt b/docs/releases/1.4-beta-1.txt index 62766549e7..c8b4536f62 100644 --- a/docs/releases/1.4-beta-1.txt +++ b/docs/releases/1.4-beta-1.txt @@ -656,7 +656,7 @@ In case your ``ADMIN_MEDIA_PREFIX`` is set to an specific domain (e.g. .. warning:: - If you're implicitely relying on the path of the admin static files on + If you're implicitly relying on the path of the admin static files on your server's file system when you deploy your site, you have to update that path. The files were moved from :file:`django/contrib/admin/media/` to :file:`django/contrib/admin/static/admin/`.