diff options
| author | Carl Meyer <carl@oddbird.net> | 2011-03-07 17:00:57 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2011-03-07 17:00:57 +0000 |
| commit | 4c41159494e8700ea6a4c846fbd6b636117f7937 (patch) | |
| tree | cc5ce782afd2137a1f4ffb649f1c99e73e19260f /docs | |
| parent | 0d88312855949ac5fdc73daa878df415c6ff8156 (diff) | |
Tweaked r15769 to remove reference to "project."
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15770 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt index bbfe985ebf..a4415bdae8 100644 --- a/docs/releases/1.3.txt +++ b/docs/releases/1.3.txt @@ -58,7 +58,7 @@ In previous versions of Django, it was common to place static assets in :setting:`MEDIA_URL`. Part of the purpose of introducing the ``staticfiles`` app is to make it easier to keep static files separate from user-uploaded files. Static assets should now go in ``static/`` subdirectories of your apps -or in "project-wide" static directories listed in :setting:`STATICFILES_DIRS`, +or in other static assets directories listed in :setting:`STATICFILES_DIRS`, and will be served at :setting:`STATIC_URL`. See the :doc:`reference documentation of the app </ref/contrib/staticfiles>` |
