summaryrefslogtreecommitdiff
path: root/django/views/static.py
AgeCommit message (Expand)Author
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-03-03Fixed #1457 -- Added support for if-modified-since header in django.views.sta...Adrian Holovaty
2006-02-17Fixed #1366 -- Static-file view now escapes file names. Thanks, Kieran HollandAdrian Holovaty
2005-11-27Added robots meta tag to views.static.serve to block robots from indexing and...Adrian Holovaty
2005-11-24Fixed #896 -- Fixed error in filesystem serve view in Windows. Thanks, Petar ...Adrian Holovaty
2005-11-21Fixed #866: static.serve view no longer opens files in text mode -- thanks, E...Jacob Kaplan-Moss
2005-11-06Small docstring change to django.views.staticAdrian Holovaty
2005-09-26Fixed type in static view URL pattern example (refs #428)Jacob Kaplan-Moss
2005-09-25Fixed #428 -- added a "static pages" view. Note that this view should only b...Jacob Kaplan-Moss