Pavel Pančocha
Pavel Pančocha
Same problem, same packages!
Exactly the same stacktrace!
@exister That works! Up-voted that PyCharm bug report. Thank you!
I did fix for it: https://github.com/farridav/django-jazzmin/pull/509
Local tests passed, the one was failing before: ``` ====================================================================================================================== short test summary info ======================================================================================================================= FAILED tests/test_admin_views.py::test_detail - AssertionError: assert {'admin/base....html': 1, ...} == {'admin/base....html': 1, ...} =================================================================================================================== 1 failed,...
@jamesgilmorelyst You took over the Jazzmin? Will you be able to merge it if it works?
@jamesgilmorelyst @farridav please comment, that I know it is not a lost of time to revive this. Thanks!
Thanks for feedback, great to see this project revived. I will find time to rebase/improve this PR during week!
@PacificGilly @farridav Ready :)
Just Ruff failed for python 3.12 -> it could be formatted differently, but that doesn't work for python 3.8 - so I decided to keep it python 3.8 compatible. Maybe...