Re: Nested blocks in base template.

2013-04-28 Thread Enrico B. da Luz
Seems reasonable to me, the tool should try it's best to preserve the behaviour as much as possible, wheter it's documented or not. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails fr

Re: #3011 - Custom User Models -- Call for final review

2012-10-22 Thread Enrico B. da Luz
figured on project's settings. Best regards, Enrico -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/TN4U4MJk_v0J. To post to this gro

Ticket #14140: There is no way to override admin templates to the project level

2010-11-01 Thread Enrico
templates on a project level basis. More information on the ticket: http://code.djangoproject.com/ticket/14140 Does this seen like a reasonable approach? Is anyone else interested on this? Any alternative proposals? Best regards, Enrico -- You received this message because you are subscribed

Re: Admin doesn't consider custom permission methods when displaying index page (#8146)

2009-08-07 Thread Enrico
x27;s what I've done) 3. Give the user permission to edit "every" instance of a blog post? If I give the user the permissions, he'll be able to edit other's posts. I can block this using custom permissions on ModelAdmin, but another admin app

Re: Admin doesn't consider custom permission methods when displaying index page (#8146)

2009-08-06 Thread Enrico
Please forgive if I'm not making myself clear. Best regards, Enrico --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googleg

Admin doesn't consider custom permission methods when displaying index page (#8146)

2009-08-06 Thread Enrico
I came across the situation described on the ticket #8146 [1], I've changed the permissions for a model allowing the user to access only certain instances of a model. As I don't want to give the user access to all objects, I've extended the `AdminSite`, changing the `index` view to ignore `user.h