summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-02-26 20:48:48 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-02-26 20:48:48 +0000
commit26d12af6fdbdf63822dd8b637f9b0c63a7664b4c (patch)
treef499547e66597d10bc3f319dbd6e8b25adf4abd1 /docs
parentd96ffa130e8771adbbd717b92751d1c336db00ec (diff)
Fixed #17772 -- typo in the release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.4-alpha-1.txt2
-rw-r--r--docs/releases/1.4-beta-1.txt2
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/`.