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