Changes between Initial Version and Version 1 of Ticket #34679, comment 3
- Timestamp:
- Jun 26, 2023, 12:11:59 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34679, comment 3
initial v1 2 2 3 3 I've already figured out this issue. Please take a look at my pr: https://github.com/django/django/pull/17015/files 4 You can reproduce it either by reverting my changes in `django/contrib/staticfiles/storage.py` and running `TestManifestStaticFilesStorageRollback` or by running `./manage.py collectstatic` with `ManifestStaticFilesStorage` on Django 4. 1 and then on Django 4.2.4 You can reproduce it either by reverting my changes in `django/contrib/staticfiles/storage.py` and running `TestManifestStaticFilesStorageRollback` or by running `./manage.py collectstatic` with `ManifestStaticFilesStorage` on Django 4.2 and then on Django 4.1. 5 5 6 6 Please find the traceback below.