#33001: ManifestStaticFilesStorage is problematic - need changes here
------------------------------------------------+------------------------
Reporter: Man Python | Owner: nobody
Type: New feature | Status: new
Component: File uploads/storage | Version: 3.2
Severity: Normal | Keywords: Static
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
https://docs.djangoproject.com/en/3.2/ref/contrib/staticfiles/#manifeststaticfilesstorage
''A subclass of the StaticFilesStorage storage backend which stores the
file names it handles by appending the MD5 hash of the file’s content to
the filename. For example, the file css/styles.css would also be saved as
css/styles.55e7cbb9ba48.css.''
I think we should have something like **'css/styles.css?55e7cbb9ba48'** as
ManifestStaticFilesHashRequest, without file changes.
For browser this changed hash creating request ouside cache.
--
Ticket URL: <https://code.djangoproject.com/ticket/33001>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.f745c2c5f2b85bd8e06763fff091f916%40djangoproject.com.