Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/static.py
Commit message (Expand)AuthorAgeFilesLines
...
* Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss2006-07-211-1/+0
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-8/+7
* Fixed #1457 -- Added support for if-modified-since header...Adrian Holovaty2006-03-031-7/+47
* Fixed #1366 -- Static-file view now escapes file names. T...Adrian Holovaty2006-02-171-3/+3
* Added robots meta tag to views.static.serve to block robo...Adrian Holovaty2005-11-271-0/+1
* Fixed #896 -- Fixed error in filesystem serve view in Win...Adrian Holovaty2005-11-241-1/+1
* Fixed #866: static.serve view no longer opens files in te...Jacob Kaplan-Moss2005-11-211-1/+1
* Small docstring change to django.views.staticAdrian Holovaty2005-11-061-8/+8
* Fixed type in static view URL pattern example (refs #428)Jacob Kaplan-Moss2005-09-261-1/+1
* Fixed #428 -- added a "static pages" view. Note that thi...Jacob Kaplan-Moss2005-09-251-0/+86