a-roomana / django-jalali-date

Jalali Date support for user interface. Easy conversion of DateTimeFiled to JalaliDateTimeField within the admin site, views, forms and templates.
MIT License
292 stars 33 forks source link

Fieldsets styles issue with Django 4.2 #67

Closed aminvsf closed 1 year ago

aminvsf commented 1 year ago

After upgrading from Django 4.1.7 to Django 4.2, some fieldsets styles in Django admin panel aren't working as expected.

Here's a part of the admin model's code: Screenshot from 2023-04-13 12-29-31

So our desired output is that the specified fields must be placed in the same line. But when we use 'ModelAdminJalaliMixin' in our admin model, it brakes those styles. Screenshot from 2023-04-13 12-29-09

a-roomana commented 1 year ago

I solved the problem in this merge request. I will publish the new version next Friday, God willing.

a-roomana commented 1 year ago

the new version (1.0.2) is published.

@aminvsf

aminvsf commented 1 year ago

Great, thanks!