allanjamesvestal / django-linnaeus

Classification tools for the Django admin.
1 stars 0 forks source link

Be able to hide admin types from the index #6

Open allanjamesvestal opened 12 years ago

allanjamesvestal commented 12 years ago

Have a hidden_from_index param in each TypeConfig (with a default of false) that, if selected, would keep all models in a given category from showing on the index page (they'd still be accessible direct from their URLs assuming a user had requisite permissions to change them).