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

Add separator or highlighting title in admin

vasylnakvasiuk opened this issue · comments

I think, that in admin: user (who use admin) must understand, what fields must be translated, and what fields are "static" (without translation).
Maybe, addition separator (between "static" and "tranlsation" fields) or some highlighting title - good idea.
The best (IMHO): add some highlighting title and don't change order (same fields order, like in model). Thanks^)

this is something the developer of a multilingual app can do using use_fieldsets. I'm not too happy with the idea of an automated way to do this, maybe I'll think of some 'default' way in case you don't specify your own fieldsets...

ok. thanks for great job!!!

Since Django maintains model fields order, leaving the translation fields unordered breaks expectations, which is wrong (TM).
The fieldset part should indeed be the developer's job. Unless you consider issue #10.

Well this would be a optional 'auto-fieldsetting' anyway. I would not enforce this. You can always provide your own fieldsets.

I personally think that some sort of smart default fieldset would be nice. But it has no priority for me at the moment. If someone want's to write up some code for this, go right ahead though.