| Age | Commit message (Expand) | Author |
| 2015-08-08 | Refs #25236 -- Removed ifequal/ifnotequal usage. | Tim Graham |
| 2015-02-22 | Fixed a few uses of Template that relied on a default engine. | Aymeric Augustin |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham |
| 2015-01-05 | Fixed #24072 -- Added FileResponse for streaming binary files. | Collin Anderson |
| 2014-08-12 | Fixed #23276 -- Deprecated passing views as strings to url(). | Tim Graham |
| 2013-11-04 | Merge pull request #1821 from Bouke/tickets/14170 | Aymeric Augustin |
| 2013-11-03 | Fixed #14170 -- Reset i18n cache when settings change | Bouke Haarsma |
| 2013-11-02 | Correct flake8 E302 violations | Ray Ashman Jr |
| 2013-10-26 | Fixed all the E203 violations | Alex Gaynor |
| 2013-09-05 | Took advantage of django.utils.six.moves.urllib.*. | Aymeric Augustin |
| 2013-06-29 | Removed compatibility code for streaming responses. | Aymeric Augustin |
| 2013-01-24 | Minor optimization in the static serve view. | Aymeric Augustin |
| 2012-10-20 | Fixed #7581 -- Added streaming responses. | Aymeric Augustin |
| 2012-09-26 | Fixed #18675 -- Fixed was_modified_since with floating-point mtime | Claude Paroz |
| 2012-08-22 | Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-type | Claude Paroz |
| 2012-07-22 | [py3] Updated urllib/urllib2/urlparse imports. | Aymeric Augustin |
| 2012-06-30 | Removed usage of mimetype kwarg of HttpResponse | Claude Paroz |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-03-30 | Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks... | Claude Paroz |
| 2012-03-05 | Updated core base translation files with new strings. Refs #17822. | Jannis Leidel |
| 2012-02-04 | Fixed #17458 -- Marked Http404 error messages for translation. Thanks, Claude... | Jannis Leidel |
| 2011-05-27 | Explicitly close a file in the static serve view. Thanks to Benjamin Peterso... | Alex Gaynor |
| 2011-04-20 | Switched to HTML5 doctype in all Django supplied templates. | Luke Plant |
| 2011-04-04 | Fixed #15613: Don't send content-length headers for non-regular files. Thanks... | Andrew Godwin |
| 2011-03-02 | Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m... | Jannis Leidel |
| 2011-03-01 | Fixed #15281 -- Made the static view use an iterator when serving a file, eff... | Jannis Leidel |
| 2011-03-01 | Fixed #717 - If-Modified-Since handling should compare dates according to RFC... | Luke Plant |
| 2011-02-14 | Fixes #15270 -- Moved back the serve view to django.views.static due to depen... | Jannis Leidel |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-09-26 | Fixed #12544 and #13600 -- Fixed static files serving view to catch invalid d... | Jannis Leidel |
| 2010-09-26 | Fixed #7535 -- Correctly set Content-Encoding header in static files serving ... | Jannis Leidel |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-09 | Fixed #11757 - Set mimetype when responding with HttpResponseNotModified in d... | Jannis Leidel |
| 2009-01-09 | Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2. | Malcolm Tredinnick |
| 2008-12-04 | Fixed #9754: static-serving view now uses correct template name for directory... | James Bennett |
| 2008-09-08 | Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse... | Adrian Holovaty |
| 2007-12-17 | Fixed #5596 -- Changed the static view for the development server so that Dja... | Malcolm Tredinnick |
| 2007-11-30 | Edited docstring from [6505] -- single spaces separate sentences, not double ... | Adrian Holovaty |
| 2007-11-29 | Fixed #1291 -- Fixed a potential infinite loop for some URL constructions in | Malcolm Tredinnick |
| 2007-10-31 | Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie... | Gary Wilson Jr |
| 2007-10-14 | Added module docstring and corrected order of imports to adhere to PEP 8. | Gary Wilson Jr |
| 2007-10-06 | Fixed typo in comment. | Gary Wilson Jr |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 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 |