diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-05-29 17:50:52 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-05-29 17:50:52 +0000 |
| commit | 879267f254946a26ebc179f3880e14a59e11e038 (patch) | |
| tree | 3844835ca5aa451bf4c188b34e8cbfd85dec4996 /docs/internals | |
| parent | 7f3eda2f76ea41e938cf623030f3a68e573d5017 (diff) | |
[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Backport from trunk (r16290).
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 66866c2a30..c7f8bcbcc0 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -167,9 +167,9 @@ their deprecation, as per the :ref:`Django deprecation policy and :class:`django.contrib.auth.context_processors.PermLookupDict`, respectively. - * The ``MEDIA_URL`` or ``STATIC_URL`` settings are required to end - with a trailing slash to ensure there is a consistent way to - combine paths in templates. + * The :setting:`MEDIA_URL` or :setting:`STATIC_URL` settings are + required to end with a trailing slash to ensure there is a consistent + way to combine paths in templates. * 2.0 * ``django.views.defaults.shortcut()``. This function has been moved |
