#4589: newforms-admin: Add an option to `ModelAdmin`: section_name -------------------------------------------+-------------------------------- Reporter: yi.codeplayer at gmail dot com | Owner: adrian Status: new | Component: Admin interface Version: newforms-admin | Keywords: Stage: Unreviewed | Has_patch: 1 -------------------------------------------+-------------------------------- Currently, admin interface use app label to group models into sections and use app label as the section name, but i think use a admin option to specify the section name would be more flexibly (e.g. you can use non- ascii character in the option but can't do that in app label, and the models in the same app can be displayed in several sections). I named this option as `section_name` currently. If not specified, the value of `section_name` is the same as `app_label`. I've been using this feature widely, and i hope it can be accepted.
-- Ticket URL: <http://code.djangoproject.com/ticket/4589> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
