Author: russellm
Date: 2009-09-13 01:31:04 -0500 (Sun, 13 Sep 2009)
New Revision: 11557
Modified:
django/branches/releases/1.1.X/docs/howto/static-files.txt
Log:
[1.1.X] Fixed #11780 -- Corrected a typo in the static file serving docs.
Merge of r11535 from trunk.
Modified: django/branches/releases/1.1.X/docs/howto/static-files.txt
===================================================================
--- django/branches/releases/1.1.X/docs/howto/static-files.txt 2009-09-13
06:30:50 UTC (rev 11556)
+++ django/branches/releases/1.1.X/docs/howto/static-files.txt 2009-09-13
06:31:04 UTC (rev 11557)
@@ -126,7 +126,7 @@
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---