Closed florianm closed 1 year ago
Thanks for the info. But if I understand correctly, this is not a bug. There is actually nothing we can do about it... right?
Apart from a warning in the release notes or in the code (which I feel would be overkill), this issue should be discoverable enough for any fellow grappelli users running into the same error.
Issue
After upgrading django-grappelli to 3.0.5, tests were failing with
Solution
I had to delete and recreate staticfiles
This is only an issue with existing collected staticfiles. When deploying Django via Docker images which run a fresh collectstatic into a new image layer this issue does not occur.