This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-18 14:24:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
staticfiles_tests
History
Chris Jerdonek
faf6d48590
Removed reference to nonexistent collectstatic --exclude-dirs option.
2021-08-19 12:49:46 +02:00
..
apps
…
project
Fixed
#32319
-- Added ES module support to ManifestStaticFilesStorage.
2021-05-31 11:09:48 +02:00
urls
…
__init__.py
…
cases.py
…
settings.py
…
storage.py
Fixed
#32716
-- Fixed ManifestStaticFilesStorage crash when max_post_process_passes is 0.
2021-06-07 07:56:20 +02:00
test_checks.py
Fixed
#27854
-- Added system check for nonexistent directories in STATICFILES_DIRS setting.
2021-03-03 11:27:08 +01:00
test_finders.py
…
test_forms.py
…
test_handlers.py
…
test_liveserver.py
Refs
#32417
-- Improved cleaning up and fixed isolation of staticfiles_tests tests.
2021-02-15 10:23:54 +01:00
test_management.py
Removed reference to nonexistent collectstatic --exclude-dirs option.
2021-08-19 12:49:46 +02:00
test_storage.py
Fixed
#27590
-- Allowed customizing a manifest file storage in ManifestFilesMixin.
2021-08-05 12:40:34 +02:00
test_templatetags.py
…
test_utils.py
…
test_views.py
…