mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #34235 -- Added ManifestFilesMixin.manifest_hash attribute.
This adds ManifestFilesMixin.manifest_hash attribute exposing a "hash" of the full manifest. This allows applications to determine when their static files have changed.
This commit is contained in:
committed by
Mariusz Felisiak
parent
75500feecd
commit
afa2e28205
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"paths": {
|
||||
"dummy.txt": "dummy.txt"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user