Changes between Initial Version and Version 1 of Ticket #34679, comment 3


Ignore:
Timestamp:
Jun 26, 2023, 12:11:59 PM (11 months ago)
Author:
Jarosław Wygoda

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34679, comment 3

    initial v1  
    22
    33I'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.
     4You 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.
    55
    66Please find the traceback below.
Back to Top