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_forms.py
Age
Commit message (
Collapse
)
Author
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2022-07-31
Fixed warnings per flake8 5.0.0.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-22
Stopped including type="text/css" attributes for CSS link tags.
Claude Paroz
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from ↵
Jon Dufresne
<script> tags.
2018-01-23
Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries.
Jon Dufresne
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
Thanks Tim Graham for the review.
2016-01-19
Refs #21221 -- Added test for legacy static usage in form Media.
Johannes Hoppe
Before cf546e1, static files in form or widget Media were usually wrapped with contrib.staticfiles.templatetags.staticfiles.static. This test ensures compatibility with third-party code that's still using this pattern.
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if ↵
Johannes Hoppe
installed.