When using Django "out-of-the-box" administration forms, the "change form" pages can be rather long for complex models (with a lot of fields).
I would like to use tabs in the "change form", so things can be more readable (group fields by tabs...)
Instead of doing it all by myself, by modifiying the 'change_form.html' admin template, I was wondering whether somebody has already done that and would like to share the code, or whether an existing Django-plugin already exist.
Thanks in advance for you answer