I have no problem to make my pages with reports of objects, but I like
that are integrated with django admin, in the same tuple in the object
list.

i dont know if exist extention, but one of these reports is complex
= /

I have an object, insurance, customer, policy, policy_year

and a i need a report containing the information of the client
relationship, policies (foreign key (customer)) policy_year (foreign
key (policy))

and display somthing like this

Customer: jon doo
Policy: x
2009
2010
2011
POLICY AND
2008
2009

I would like to make it accessible from the list of objects "customer"

PS: i know how to display this info in to view + template but really i
like to display in django admin ...

any suggestions?

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to