summaryrefslogtreecommitdiff
path: root/django/views/static.py
AgeCommit message (Expand)Author
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-09Fixed #11757 - Set mimetype when responding with HttpResponseNotModified in d...Jannis Leidel
2009-01-09Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.Malcolm Tredinnick
2008-12-04Fixed #9754: static-serving view now uses correct template name for directory...James Bennett
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty
2007-12-17Fixed #5596 -- Changed the static view for the development server so that Dja...Malcolm Tredinnick
2007-11-30Edited docstring from [6505] -- single spaces separate sentences, not double ...Adrian Holovaty
2007-11-29Fixed #1291 -- Fixed a potential infinite loop for some URL constructions inMalcolm Tredinnick
2007-10-31Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...Gary Wilson Jr
2007-10-14Added module docstring and corrected order of imports to adhere to PEP 8.Gary Wilson Jr
2007-10-06Fixed typo in comment.Gary Wilson Jr
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
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