Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/staticfiles/handlers.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+3
* Fixed pyinotify performance regression in 15f82c7011Claude Paroz2014-07-061-0/+4
* Fixed #21543 -- Removed base_dir attribute in StaticFiles...Krzysztof Jurewicz2013-12-021-8/+1
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+1
* Moved two WSGI-specific functions to the WSGI handler.Aymeric Augustin2013-09-071-2/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-7/+2
* Fixed #19468 -- Decoded request.path correctly on Python 3.Aymeric Augustin2012-12-221-1/+2
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-3/+7
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #15765 -- Stopped showing an odd error message when...Jannis Leidel2011-07-041-2/+1
* Fixed a few test docstrings and removed an unused import ...Carl Meyer2011-02-011-1/+0
* Fixed #15094 - Added check for forgetting trailing comma ...Carl Meyer2011-02-011-6/+1
* Added an additional check for the availability of the STA...Jannis Leidel2010-12-021-4/+5
* Fixed #14693, #14709 -- Backwards incompatible change to ...Jannis Leidel2010-11-171-19/+17
* Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweake...Jannis Leidel2010-11-111-34/+38
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-0/+72