Re: How to add a customized validation/authorization to django.contrib.admin

2009-05-05 Thread Zain Memon
You're going to want to override a couple of ModelAdmin methods. Take a look at this blog post. http://www.b-list.org/weblog/2008/dec/24/admin/ On Tue, May 5, 2009 at 5:19 AM, topcoder...@gmail.com wrote: > > Hello everyone, > > In my application, I heavily used django.contrib.admin to manage my

How to add a customized validation/authorization to django.contrib.admin

2009-05-05 Thread topcoder...@gmail.com
Hello everyone, In my application, I heavily used django.contrib.admin to manage my data, especially add/edit them. Now I need a quite customized validation feature added into it. Certain user may have no authority to edit some fields of some instances of a Model, and whether or not she/he can ed