Re: #8010: adding support for multiple test files for applications

2009-09-06 Thread Evgeny Sizikov
Hi Russ, Thanks for your reply ;) I think it could be easier for me to argue my POV in a discussion instead of "presentation"-like description. On Sep 4, 8:18 pm, Russell Keith-Magee wrote: > I echo Malcolm's comment when he wontfix'd the ticket a year ago. The > patch forces a artificial nam

Re: proposal: decouple admin index page from INSTALLED_APPS

2009-09-06 Thread patrickk
my thoughts: 1. defining groups within admin.py of each app makes reordering groups complicated. 2. to assign an app to a group, I have to register that app with a group - if I want (for example) to assign django.contrib.auth to the group "User Management", I have to change that app (which breaks