Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/static.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25236 -- Removed ifequal/ifnotequal usage.Tim Graham2015-08-081-2/+2
* Fixed a few uses of Template that relied on a default eng...Aymeric Augustin2015-02-221-4/+6
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Fixed #24072 -- Added FileResponse for streaming binary f...Collin Anderson2015-01-051-3/+2
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-1/+3
* Merge pull request #1821 from Bouke/tickets/14170Aymeric Augustin2013-11-041-2/+2
|\
| * Fixed #14170 -- Reset i18n cache when settings changeBouke Haarsma2013-11-031-2/+2
* | Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+3
|/
* Fixed all the E203 violationsAlex Gaynor2013-10-271-3/+3
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Removed compatibility code for streaming responses.Aymeric Augustin2013-06-291-4/+4
* Minor optimization in the static serve view.Aymeric Augustin2013-01-241-3/+4
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-3/+3
* Fixed #18675 -- Fixed was_modified_since with floating-po...Claude Paroz2012-09-261-1/+1
* Fixed #11340 -- Prevented HttpResponseNotModified to have...Claude Paroz2012-08-221-1/+1
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-2/+5
* Removed usage of mimetype kwarg of HttpResponseClaude Paroz2012-06-301-2/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-3/+4
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-1/+0
* Updated core base translation files with new strings. Ref...Jannis Leidel2012-03-051-1/+1
* Fixed #17458 -- Marked Http404 error messages for transla...Jannis Leidel2012-02-041-4/+7
* Explicitly close a file in the static serve view. Thanks...Alex Gaynor2011-05-271-1/+3
* Switched to HTML5 doctype in all Django supplied templates.Luke Plant2011-04-201-2/+2
* Fixed #15613: Don't send content-length headers for non-r...Andrew Godwin2011-04-041-1/+3
* Fixed #15531 -- Partially reverted [15701] due to compati...Jannis Leidel2011-03-021-31/+2
* Fixed #15281 -- Made the static view use an iterator when...Jannis Leidel2011-03-011-6/+32
* Fixed #717 - If-Modified-Since handling should compare da...Luke Plant2011-03-011-6/+2
* Fixes #15270 -- Moved back the serve view to django.views...Jannis Leidel2011-02-141-10/+111
* Fixed #14693, #14709 -- Backwards incompatible change to ...Jannis Leidel2010-11-171-2/+2
* Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweake...Jannis Leidel2010-11-111-2/+2
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-108/+9
* Fixed #12544 and #13600 -- Fixed static files serving vie...Jannis Leidel2010-09-261-1/+1
* Fixed #7535 -- Correctly set Content-Encoding header in s...Jannis Leidel2010-09-261-1/+4
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-2/+2
* Fixed #11757 - Set mimetype when responding with HttpResp...Jannis Leidel2010-01-091-2/+2
* Revised r9566 slightly to be backwards compatible with ve...Malcolm Tredinnick2009-01-091-1/+2
* Fixed #9754: static-serving view now uses correct templat...James Bennett2008-12-041-2/+2
* Fixed #8172 -- Improved a whole bunch of contrib template...Adrian Holovaty2008-09-081-3/+6
* Fixed #5596 -- Changed the static view for the developmen...Malcolm Tredinnick2007-12-171-1/+2
* Edited docstring from [6505] -- single spaces separate se...Adrian Holovaty2007-11-301-1/+1
* Fixed #1291 -- Fixed a potential infinite loop for some U...Malcolm Tredinnick2007-11-291-0/+1
* Fixed #5816 -- Fixed a regression from [6333] that genera...Gary Wilson Jr2007-10-311-4/+4
* Added module docstring and corrected order of imports to ...Gary Wilson Jr2007-10-141-3/+9
* Fixed typo in comment.Gary Wilson Jr2007-10-061-2/+2
* Backed out the changes in [5482] for a bit whilst some mo...Malcolm Tredinnick2007-06-221-1/+1
* Fixed #4565 -- Changed template rendering to use iterator...Malcolm Tredinnick2007-06-171-1/+1
* Changed template names from [3707] to remove initial caps...Adrian Holovaty2006-09-051-1/+1
* Refs #2333 - Re-added the template rendering signal for t...Russell Keith-Magee2006-09-021-1/+1
* Reverted [3659], the 'name' field on Template objects and...Adrian Holovaty2006-08-271-1/+1
* Refs #2333 - Added a signal that is emitted whenever a te...Russell Keith-Magee2006-08-271-1/+1