James Gilmore

Results 11 comments of James Gilmore

Hey @tra007, a PR was merged today (https://github.com/farridav/django-jazzmin/pull/544) to fix this issue. A new release will be needed to release this fix.

@mardukbp Thanks for finding the solution to this problem. Feel free to raise a PR to add to the documentation for others to find 🙂

Raised a PR to fix this issue: https://github.com/farridav/django-jazzmin/pull/534 @farridav could you take a look at this PR, if you have time, please?

Thanks for reaching out, @pontios. Is this still an issue? Did you manage to resolve this after? If not, please can you provide your AdminView code, as like @Sukikiroi mentions,...

Duplicate issue - https://github.com/farridav/django-jazzmin/issues/522 PR raised (x2) - https://github.com/farridav/django-jazzmin/pull/523 / https://github.com/farridav/django-jazzmin/pull/537

Hey @HamaBarhamou, a PR was merged today (https://github.com/farridav/django-jazzmin/pull/544) to fix this issue. A new release will be needed to release this fix.

I've raised the relevant PR to release this fix, but don't have permission to merge - https://github.com/farridav/django-jazzmin/pull/540

@enoren5 we've released V2.6.1 of django-jazzmin now which include this fix.

Hi @anonymousti. I've not used `admin-sortable2` before, but you can order `inlines` using [jazzmin_section_order](https://django-jazzmin.readthedocs.io/configuration/#ordering-of-page-content)

Nice change. Great to have mypy in this repo! Curious - should we look at adding `ruff` as well to this repo so we can remove, black, flake8 and isort?...