Let's say I've got two models: User, and Country. Each user is from
one country, and each country has multiple users. so the User model
contains a ForeignKey for a Country object.

Can I do either of the following through the Django admin web
interface?

(1) When I'm looking at the list of Users, have the "country" column
contain a hyperlink that takes me to that particular Country object.
(2) When I'm looking at a Country object, show the set of all users
that have a ForeignKey to this Country, along with a hyperlink to
those User objects.

Any tips would be appreciated.

Thanks,

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