I found this old post of my own while doing a search for a similar
problem.  I've had this problem repeatedly on several sites.  It also
goes along with another problem,  For example, using the same model as
above, but the following:

class Admin:
    search_fields = ['title', 'recipe']
    list_display = ('title', 'author', 'time', 'yields', 'category')
    list_filter = ('category', 'author')

This causes some items (recipes) to not show in the change list.  When
clicking on their category in the filters list, the admin says it
finds 3 items, but doesn't show them.  I've had this exact problem in
multiple setups.  Am I doing something wrong or is this a bug?

Thanks!

Branton


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to