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