summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_finders.py
AgeCommit message (Collapse)Author
2025-09-17Refs #22712 -- Removed all parameter from ↵Jacob Walls
django.contrib.staticfiles.finders.find(). Per deprecation timeline.
2024-08-28Refs #22712 -- Adjusted deprecation warning stacklevel in staticfiles finders.Simon Charette
2024-06-28Refs #22712 -- Corrected deprecation of "all" argument in ↵Mariusz Felisiak
django.contrib.staticfiles.finders.find(). Features deprecated in Django 5.2 should be removed in Django 6.1.
2024-06-27Fixed #22712 -- Avoided name shadowing of "all" in ↵Andreu Vallbona
django.contrib.staticfiles.finders. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-02-01Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to ↵Ling-Xiao Yang
system checks. Thanks Simon Charette, Mariusz Felisiak, Tim Graham, and Adam Johnson for review.
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-03-28Cleaned class inheritances in staticfiles testsClaude Paroz
Thanks Tim Graham for precious inputs.
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-07-01Fixed #24982 -- Split staticfiles tests into multiple filesMoritz Sichert