Commit 9908d764 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[1.1.X] Fixed #11780 -- Corrected a typo in the static file serving docs.

Merge of r11535 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 1fde9404
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ Here's the default ``static/directory_index.html`` template:
    listings. The template that was loaded had to be called
    ``static/directory_listing`` (with no ``.html`` extension). For backwards
    compatibility with earlier versions, Django will still load templates with
    the older (no extension) name, but it will prefer a the
    the older (no extension) name, but it will prefer the
    ``directory_index.html`` version.

Limiting use to DEBUG=True