index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
staticfiles
/
storage.py
Age
Commit message (
Expand
)
Author
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2014-10-08
Fixed typos in comments.
Tim Graham
2014-05-20
Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files.
Denis Cornehl
2014-03-25
Fixed #22315 -- str/bytes mismatch in staticfiles
David Evans
2014-01-24
Fixed #21867 -- Removed AppStaticStorage; app paths are now AppConfig's job.
Carl Meyer
2014-01-20
Added ManifestStaticFilesStorage to staticfiles contrib app.
Jannis Leidel
2014-01-11
Fixed #21750 -- Fixed regression introduced by 4befb30.
Loic Bistuer
2013-12-31
Fixed #21581 -- Fixed a number of issues with collectstatic.
Loic Bistuer
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-25
Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.
Tim Graham
2013-04-28
Fixed #18986 -- Improved error message for missing files
Aymeric Augustin
2013-02-23
Fixed #19526
Aleksandra Sendecka
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-15
Final explicit closing for staticfiles, they now pass on python3 with -Wall a...
Alex Gaynor
2012-08-14
[py3] Fixed staticfiles tests
Claude Paroz
2012-08-11
Fixed #18754 -- cache keys created by post_process
Karen Tracey
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-07-08
Fixed #18487 -- Made sure that protocol-relative URLs aren't processed by the...
Jannis Leidel
2012-07-08
Fixed #18050 -- Fixed a rather glaring bug in the handling of @import stateme...
Jannis Leidel
2012-07-08
Fixed #18430 -- Use the FILE_CHARSET setting when reading from a file during ...
Jannis Leidel
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-16
Fixed #17896 -- Added file_hash method to CachedStaticFilesStorage to be able...
Jannis Leidel
2012-05-10
Set the post process cache when finished instead of one by one.
Jannis Leidel
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-13
Fixed #17857 -- Stopped CachedStaticFilesStorage from creating absolute URLs ...
Jannis Leidel
2012-03-13
Fixed #17865 -- Strip whitespaces from the paths when using the CachedStaticF...
Jannis Leidel
2012-03-12
Fixed #17861 -- Took care of special characters when creating the staticfiles...
Jannis Leidel
2012-03-02
Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that pre...
Jannis Leidel
2012-02-16
Fixed #17689 -- Stopped the CachedStaticFilesStorage from trying to hash path...
Jannis Leidel
2012-02-14
Stopped the collectstatic management from being wastful with file handlers. R...
Jannis Leidel
2012-02-13
Minor bugfixing of the staticfiles app following upstream development in djan...
Jannis Leidel
2011-12-27
Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some U...
Jannis Leidel
2011-12-25
Fixed #17462: Adjusted staticfiles CachedFilesMixin code so its tests pass on...
Karen Tracey
2011-11-03
Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings...
Jannis Leidel
2011-11-02
Fixed #16967 -- Made sure CachedStaticFilesStorage repopulates its cache if t...
Jannis Leidel
2011-09-21
Fixed the relative static file resolution of the CachedStaticFilesStorage bac...
Jannis Leidel
2011-08-14
Fixed #16629 -- Relaxed check for STATIC_ROOT and STATIC_URL settings slightl...
Jannis Leidel
2011-08-12
Added with_statement Python 2.5 compatibility import missed in [16594]. Thank...
Ramiro Morales
2011-08-11
Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...
Jannis Leidel
2011-06-30
Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...
Jannis Leidel
2011-03-18
Refined exception message to make sure we don't confuse users.
Jannis Leidel
2011-02-01
Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...
Carl Meyer
2011-01-15
Stopped staticfiles app from requiring a models module when looking for stati...
Jannis Leidel
2011-01-05
Fixed a few docstrings and other helper texts in the staticfiles app.
Jannis Leidel
2011-01-02
Fixed #14998 -- Made use of os.path.join to make sure this works on all platf...
Jannis Leidel
[next]