Tuesday, October 21, 2014

Re: dropdown_filter in django

Hi Collin,

It works when I comment the filters.py
and change admin.py as below,
 
from receivedata.filters import DropdownFilter
class PersonAdmin (admin.ModelAdmin):
       list_filter = (PersonIdFilter)

Thanks & Regards,
Sachin Tiwari 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e8a850f7-40d8-4fde-b6b3-482a11663fb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment