Re: Permission support for admin inlines

2010-10-27 Thread Florian Apolloner
Hi, the permission checking should be doable if my ideas from http://groups.google.com/group/django-developers/browse_thread/thread/bfad2774ff7c357b# get in. So if someone can come up with a proper api as suggested by Russell I'd be happy to help codewise (this way we could even work around the DD

Re: Permission support for admin inlines

2010-10-26 Thread Simon Meers
On 27 October 2010 08:15, Simon Litchfield wrote: > The ModelAdmin's permission hooks are great- has_add_permission, > has_change_permission, and has_delete_permission. > > It would be nice if they were supported by inlines in the same way; ie > InlineModelAdmin, StackedInline, TabularInline, Gen

Permission support for admin inlines

2010-10-26 Thread Simon Litchfield
The ModelAdmin's permission hooks are great- has_add_permission, has_change_permission, and has_delete_permission. It would be nice if they were supported by inlines in the same way; ie InlineModelAdmin, StackedInline, TabularInline, GenericStackedInline, GenericTabularInline. UI is fairly obviou