#11895: Grouping and reordering apps on the admin index page ------------------------------------------------+--------------------------- Reporter: patr...@vonautomatisch.at | Owner: nobody Status: closed | Milestone: Component: django.contrib.admin | Version: 1.1 Resolution: duplicate | Keywords: Stage: Unreviewed | Has_patch: 1 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | ------------------------------------------------+--------------------------- Changes (by russellm):
* status: new => closed * resolution: => duplicate Comment: First off, a minor administrative note - patches should be generated relative to the root of the Django tree, not just a diff of a particular file. Secondly, as far as I can make out, this can be almost entirely implemented using subclassing and overriding the constructor and the index() method. The only bit that might not be is the insertion of app_label in each app_dict - but that app_dict is keyed by app_label, so I'm not entirely sure I see why that change is required anyway. Thirdly, this isn't the first time this idea has been proposed - see ticket #7497 - so a new ticket isn't required. -- Ticket URL: <http://code.djangoproject.com/ticket/11895#comment:3> Django <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 django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---