diff --git a/docs/releases/1.4-alpha-1.txt b/docs/releases/1.4-alpha-1.txt index 2426c5907d3..0771ab8105f 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 62766549e76..c8b4536f626 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/`.