mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.
This commit is contained in:
parent
7156a6c9c4
commit
53bffe8d03
6 changed files with 342 additions and 50 deletions
1
tests/staticfiles_tests/project/loop/bar.css
Normal file
1
tests/staticfiles_tests/project/loop/bar.css
Normal file
|
@ -0,0 +1 @@
|
|||
@import url("foo.css")
|
1
tests/staticfiles_tests/project/loop/foo.css
Normal file
1
tests/staticfiles_tests/project/loop/foo.css
Normal file
|
@ -0,0 +1 @@
|
|||
@import url("bar.css")
|
Loading…
Add table
Add a link
Reference in a new issue