index
:
django.git
fix-31295
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
2007-06-22
boulder-oracle-sprint: Merged to [5511]
archive/attic/boulder-oracle-sprint
Boulder Sprinters
2007-06-18
boulder-oracle-sprint: Merged to [5490]
Boulder Sprinters
2006-09-04
Changed template names from [3707] to remove initial caps, to fit our style.
Adrian Holovaty
2006-09-02
Refs #2333 - Re-added the template rendering signal for testing purposes; how...
Russell Keith-Magee
2006-08-27
Reverted [3659], the 'name' field on Template objects and the signal emitted ...
Adrian Holovaty
2006-08-27
Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...
Russell Keith-Magee
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