Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/staticfiles/views.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-1/+3
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Made django.test.testcases not depend on staticfiles cont...Ramiro Morales2013-08-311-1/+1
* Fixed #20819 -- Return 404 instead of 500 error when ``st...Tai Lee2013-07-311-4/+1
* Fixed embarrassing typo in last commit.Jannis Leidel2013-02-231-1/+1
* Removes document_root argument from django.contrib.static...fako2013-02-231-1/+1
* Fixed typos in docs and commentsTim Graham2013-01-291-1/+1
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-2/+5
* Fixed #15765 -- Stopped showing an odd error message when...Jannis Leidel2011-07-041-0/+2
* Modified the staticfiles serve view to return a 404 early...Jannis Leidel2011-02-151-3/+4
* Fixes #15270 -- Moved back the serve view to django.views...Jannis Leidel2011-02-141-140/+13
* Fixed #14961 -- Revised staticfiles's prefix handling to ...Jannis Leidel2010-12-311-0/+1
* Fixed #14812 -- Made parsing of the If-Modified-Since HTT...Ramiro Morales2010-11-301-1/+4
* Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweake...Jannis Leidel2010-11-111-5/+7
* Fixed #14507 -- Corrected the logic of the URL helpers an...Jannis Leidel2010-10-211-1/+1
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-0/+159