ojii / django-multilingual-ng

THIS PROJECT IS *NOT* SUPPORTED AND SHOULD NOT BE USED UNLESS YOU KNOW EXACTLY WHAT YOU'RE DOING!!!

Home Page:https://github.com/KristianOellegaard/django-hvad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define fieldset in Admin

Natim opened this issue · comments

The field are ordered randomly in the AdminForm and when we want to define the fieldset of the MultilingualModelAdmin it says that all the field in class Translation are missing from the form.

How can I change the order of my fields ?

you have to use the use_fieldset property. It's the same as fieldset but works with multilingual models.

Ok thanks can you just add a FAQ to the WIKI with all this answer, it could be very useful ?

Thanks a lot for your help.

I'll write proper documentation once I get to it.