index
:
chango.git
devmain
fix-31295
initial-branch
main
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
2018-10-27
Fixed #28606 -- Deprecated CachedStaticFilesStorage.
Tim Graham
2018-10-05
Refs #27795 -- Removed force_bytes() usage in contrib/staticfiles/storage.py.
Jon Dufresne
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-09-25
Refs #27857 -- Replaced json.loads() ValueError exception catching with JSOND...
Tim Graham
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-11
Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.
David Sanders
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-07-12
Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.
Andrew Nester
2016-03-30
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Claude Paroz
2016-02-23
Prevented static file corruption when URL fragment contains '..'.
Aymeric Augustin
2016-02-23
Fixed #26249 -- Fixed collectstatic crash for files in STATIC_ROOT referenced...
Aymeric Augustin
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-11-12
Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...
msaelices
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-02-06
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
[next]