index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
staticfiles_tests
/
test_management.py
Age
Commit message (
Expand
)
Author
2025-08-08
Fixed #36525 -- Silenced individual deleted file messages in collectstatic --...
James Bligh
2025-08-05
Fixed #26583 -- Silenced individual clashing name warnings in collectstatic's...
James Bligh
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-02-18
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
Mariusz Felisiak
2024-08-23
Fixed #35689 -- Handled custom labels in LabelCommand.missing_args_message.
Giovanni Fabbretti
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-09-18
Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Mariusz Felisiak
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-19
Removed reference to nonexistent collectstatic --exclude-dirs option.
Chris Jerdonek
2020-05-12
Fixed E128, E741 flake8 warnings.
Mariusz Felisiak
2020-05-08
Fixed #31528 -- Made collectstatic management command run staticfiles checks.
Hasan Ramezani
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-09-27
Fixed #30802 -- Prevented manifest creation when running collectstatic in dry...
pablo
2019-01-27
Refs #23919 -- Replaced codecs.open() with open().
Jon Dufresne
2018-10-27
Fixed #28606 -- Deprecated CachedStaticFilesStorage.
Tim Graham
2018-07-13
Fixed #28566 -- Added path matching to collectstatic ignore patterns.
Daniel Wiesmann
2018-06-11
Fixed #29464 -- Silenced post-process messages in collectstatic's default ver...
Arthur Silva
2018-04-25
Fixed #29353 -- Made StaticFilesHandler return a 404 response when settings.D...
Claude Paroz
2018-04-23
Fixed #28973 -- Silenced copying/linking messages in collectstatic's default ...
Claude Paroz
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-01-15
Added a couple tests for collectstatic.
Mads Jensen
2017-08-23
Fixed #27796 -- Prevented middleware being loaded twice with runserver
Claude Paroz
2017-01-26
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
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 six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-04
Fixed #27658 -- Prevented collectstatic from overwriting newer files in remot...
Tim Graham
2017-01-04
Tested collectstatic's deleting of files/symlinks when toggling --link.
Tim Graham
2017-01-03
Refs #15035 -- Corrected a bug and improved comments for a staticfiles test.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-02
Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only if s...
François Freitag
2016-09-01
Added tests for collectstatic interactivity.
François Freitag
2016-04-22
Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list
Claude Paroz
2016-03-28
Cleaned class inheritances in staticfiles tests
Claude Paroz
2016-03-17
Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implem...
Berker Peksag
2016-02-23
Used call_command return value in staticfiles tests
Claude Paroz
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2015-11-22
Fixed #25784 -- Prevented an exception on collectstatic help
Alex Morozov
2015-10-17
Fixed #25346 -- Allowed collectstatic to delete broken symlinks.
Yusuke Miyazaki
2015-09-09
Prevented staticfiles test from colliding when run in parallel.
Aymeric Augustin
2015-07-01
Fixed #24982 -- Split staticfiles tests into multiple files
Moritz Sichert