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
Age
Commit message (
Expand
)
Author
2017-01-11
Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.
David Sanders
2017-01-04
Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...
Tim Graham
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-09-02
Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...
François Freitag
2016-07-12
Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.
Andrew Nester
2016-05-12
Prevented findstatic argument from appearing as multiple options.
eltronix
2016-04-22
Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-30
Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensions
Claude Paroz
2016-03-17
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...
Berker Peksag
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-02-23
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
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-02-23
Used call_command return value in staticfiles tests
Claude Paroz
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-11-22
Fixed #25784 -- Prevented an exception on collectstatic help
Alex Morozov
2015-11-12
Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a...
msaelices
2015-10-17
Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Yusuke Miyazaki
2015-09-08
Fixed #25350 -- Added alias --no-input for --noinput to management commands.
Raphael Michel
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-13
Fixed #24890 -- Added warning to collectstatic when static files have clashin...
Markus Amalthea Magnuson
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-03-07
Fixed #23986 -- Fixed collectstatic --clear failure if STATIC_ROOT dir doesn'...
Sztrovacsek
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-10-22
Fixed #23701 -- Removed an unneeded check in collectstatic.
Tim Graham
2014-10-22
Fixed #23663 -- Initialize output streams for BaseCommand in __init__().
Loic Bistuer
2014-10-08
Fixed typos in comments.
Tim Graham
2014-08-28
Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Claude Paroz
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-07-23
Fixed #22891 -- Clarified that collecstatic --clear with delete all files in ...
Tim Graham
2014-07-06
Fixed pyinotify performance regression in 15f82c7011
Claude Paroz
2014-06-19
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-05-20
Fixed #22557 -- ManifestStaticFilesStorage did not cleanup deleted files.
Denis Cornehl
2014-05-19
Removed locale dirs for single-message apps
Claude Paroz
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-25
Fixed #22315 -- str/bytes mismatch in staticfiles
David Evans
2014-03-13
Simplified implementation of collectstatic command.
Baptiste Mispelon
2014-03-06
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-02-12
Reworked the detection of local storages for the collectstatic command.
Loic Bistuer
2014-02-09
Fixed #20780 -- Get rid of stale symlinks when using collectstatic.
Jannis Leidel
2014-02-09
Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...
Vajrasky Kok
2014-02-09
Fixed #21482 -- Uplifted restriction of collectstatic using symlink option in...
Jannis Leidel
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-02
Used the proxied call to staticfiles_storage.url
Thomas Grainger
[next]