Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/staticfiles/storage.py
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+10
* Fixed typos in comments.Tim Graham2014-10-081-1/+1
* Fixed #22557 -- ManifestStaticFilesStorage did not cleanu...Denis Cornehl2014-05-201-0/+4
* Fixed #22315 -- str/bytes mismatch in staticfilesDavid Evans2014-03-251-2/+3
* Fixed #21867 -- Removed AppStaticStorage; app paths are n...Carl Meyer2014-01-241-21/+0
* Added ManifestStaticFilesStorage to staticfiles contrib app.Jannis Leidel2014-01-201-24/+120
* Fixed #21750 -- Fixed regression introduced by 4befb30.Loic Bistuer2014-01-111-3/+11
* Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer2013-12-311-7/+4
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-231-2/+2
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+1
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-3/+3
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #20679 -- Corrected CachedFilesMixin.post_process d...Tim Graham2013-07-251-1/+1
* Fixed #18986 -- Improved error message for missing filesAymeric Augustin2013-04-281-1/+4
* Fixed #19526Aleksandra Sendecka2013-02-231-1/+1
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-1/+2
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-3/+3
* Final explicit closing for staticfiles, they now pass on ...Alex Gaynor2012-08-151-1/+7
* [py3] Fixed staticfiles testsClaude Paroz2012-08-141-2/+2
* Fixed #18754 -- cache keys created by post_processKaren Tracey2012-08-111-1/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-5/+5
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-2/+5
* Fixed #18487 -- Made sure that protocol-relative URLs are...Jannis Leidel2012-07-081-1/+1
* Fixed #18050 -- Fixed a rather glaring bug in the handlin...Jannis Leidel2012-07-081-6/+15
* Fixed #18430 -- Use the FILE_CHARSET setting when reading...Jannis Leidel2012-07-081-1/+1
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-5/+6
* Fixed #17896 -- Added file_hash method to CachedStaticFil...Jannis Leidel2012-05-161-7/+16
* Set the post process cache when finished instead of one b...Jannis Leidel2012-05-101-3/+6
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-1/+0
* Fixed #17857 -- Stopped CachedStaticFilesStorage from cre...Jannis Leidel2012-03-131-2/+4
* Fixed #17865 -- Strip whitespaces from the paths when usi...Jannis Leidel2012-03-131-1/+1
* Fixed #17861 -- Took care of special characters when crea...Jannis Leidel2012-03-121-1/+1
* Fixed #17806 -- Fixed off-by-n error in the CachedStaticF...Jannis Leidel2012-03-021-1/+1
* Fixed #17689 -- Stopped the CachedStaticFilesStorage from...Jannis Leidel2012-02-161-7/+10
* Stopped the collectstatic management from being wastful w...Jannis Leidel2012-02-141-1/+2
* Minor bugfixing of the staticfiles app following upstream...Jannis Leidel2012-02-131-31/+70
* Fixed #17455 -- Extended `CachedStaticFilesStorage` sligh...Jannis Leidel2011-12-271-5/+12
* Fixed #17462: Adjusted staticfiles CachedFilesMixin code ...Karen Tracey2011-12-251-2/+2
* Fixed #16966 -- Stopped CachedStaticFilesStorage from cho...Jannis Leidel2011-11-031-8/+15
* Fixed #16967 -- Made sure CachedStaticFilesStorage repopu...Jannis Leidel2011-11-021-5/+8
* Fixed the relative static file resolution of the CachedSt...Jannis Leidel2011-09-211-7/+16
* Fixed #16629 -- Relaxed check for STATIC_ROOT and STATIC_...Jannis Leidel2011-08-141-8/+8
* Added with_statement Python 2.5 compatibility import miss...Ramiro Morales2011-08-121-0/+1
* Fixed #15252 -- Added static template tag and CachedStati...Jannis Leidel2011-08-111-4/+161
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-8/+1
* Refined exception message to make sure we don't confuse u...Jannis Leidel2011-03-181-4/+2
* Fixed #15094 - Added check for forgetting trailing comma ...Carl Meyer2011-02-011-3/+2
* Stopped staticfiles app from requiring a models module wh...Jannis Leidel2011-01-161-39/+11
* Fixed a few docstrings and other helper texts in the stat...Jannis Leidel2011-01-051-2/+2