liberation / django-admin-tabs

Make possible to display fieldsets and inline in cols and tabs in the Django admin
Do What The F*ck You Want To Public License
32 stars 15 forks source link

Tabs are not sorted #1

Closed twidi closed 12 years ago

twidi commented 12 years ago

The order tabs are dislayed is not the order in which they are defined in the code.

The app should respect this order and/or respect an order defined in another field (order or whatever)

yohanboniface commented 12 years ago

It's done, now :) The order of the tabs in the python module will be the default order. And you can also provide a tabs_order attribute to change this behaviour (reordering also the inherited tabs doing so).