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_finders.py
Age
Commit message (
Expand
)
Author
2025-09-17
Refs #22712 -- Removed all parameter from django.contrib.staticfiles.finders....
Jacob Walls
2024-08-28
Refs #22712 -- Adjusted deprecation warning stacklevel in staticfiles finders.
Simon Charette
2024-06-28
Refs #22712 -- Corrected deprecation of "all" argument in django.contrib.stat...
Mariusz Felisiak
2024-06-27
Fixed #22712 -- Avoided name shadowing of "all" in django.contrib.staticfiles...
Andreu Vallbona
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-02-01
Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...
Ling-Xiao Yang
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 encoding preambles and future imports
Claude Paroz
2016-03-28
Cleaned class inheritances in staticfiles tests
Claude Paroz
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-07-01
Fixed #24982 -- Split staticfiles tests into multiple files
Moritz Sichert