fieldsets option
Closed this issue · 5 comments
mickbad commented
Hello,
I recently migrate to Django 4 and I use your jet modification interface. Thanks for your help to use it
But I use fieldsets in my admin panel (model) like this
fieldsets = (
(None, {'fields': (
'identification',
'date_joined',
)}),
('options', {
'fields': (
'image_logo',
.....
In previous jet module, I have tabs but not now with this version
Is there an option to get tabs navigation in admin panel ?
thanks for your help :)
Mick
assem-ch commented
This should be a change related to django 4, is it showing tabs in django 3?
mickbad commented
mickbad commented
Ok right ... it's a cache effect
sorry and thanks for your help and your work :)
Mick
mickbad commented
In fact (oulala i'm tired)
with django 3.0 works
with django 4.0 doesn't work
mickbad commented
I confirm pr #28
https://github.com/assem-ch/django-jet-reboot/pull/28/commits
it's work with it and django 4