Thank you for detailed post. You are raising valid points. I want to add my
laundry list, which partially intersects with yours.
1) Currently app's name should be unique within a project. I want to be able
to reuse the same app several times. Example: categories. I may have
different categorie
On 9/2/05, Jeremy Dunck <[EMAIL PROTECTED]> wrote:
> On 9/1/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
> > The man to talk to is Wilson Miner, [EMAIL PROTECTED], who's also the
> > guy who designed Django's admin and djangoproject.com.
>
> I assume source is included, and modification rights
It seems that custom authorisation is a common pattern that the generic
views and admin interface do not handle.
The situation is : model objects, through some set of relationships, are
related to a user object. Only if this user object matches the current
user do we want to allow update or dele