Fixed #17772 -- typo in the release notes.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Aymeric Augustin 2012-02-26 20:48:48 +00:00
parent d96ffa130e
commit 26d12af6fd
2 changed files with 2 additions and 2 deletions

View File

@ -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/`.

View File

@ -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/`.