Hello,
I need to filter the results of my admin change_list page.
Following the djangobook chap. 18 , I managed to build
my Custom View for a change_list page. Unfortunately I lost all the
pretty things like, the search field, date hierarchy, filter per day
month, etc. These are my steps:

1) added a "shadow" url for the object I want the change_list results
filtered
2) built a Custom View with the right query (filtered)
3) built a template in /myapp/templates/admin that extend the
change_list.html from contrib.admin

I got the results but without all the cool stuff.
Can someone help to find where I'm wrong? (If needed I can put my code
on pastebin)
Thanks in advance.
Picio


--~--~---------~--~----~------------~-------~--~----~
 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