django-adminbrowse
django-adminbrowse copied to clipboard
New features
Hello,
Using adminbrowse is great, it add even more features to the already standard admin interface. I like the idea of making this admin more browse-able! Thanks for creating this app!
Then I made some changes to your app for myself, but I would like to share as it might be useful to others too.
I added:
- improved 'related_list' which add a link to each object, and limit the number of items to 'max_items' (and add the 'link_to_changelist' link)
- in the change - view - a 'goto' button/link to foreign / one to one fields
- limit the choices of onetoonefields in the drop down in change - view (also in inlines) (- used static files app)
I've to admit I new to django, but I think the code for this is quit generic. Then I'm also new to github, so I don't know how to share, as I can't upload a zip here... Screenshot are available if you like, but can't share here on github :-(.
Best regards, Karel.