Hello,
models
person
organization
fk relationship between person and organization, i.e. an organization
consists of people.
I would like to list the people using an inline form in admin with a
like back to the person and have the person added to the organization
in the person form. The main reason the the overhead for drop down
boxes with thousands of people and hundreds of members.
I have created a template and assigned it using the inline.
Changed to using raw_id_fields to limit the amount of information to
process
I would like to do something like this in the inner loop in the
template by can't find a way to do it:
<a href="{% url person fl_id %}">{{ person.first_name}}</a>
Any help appreciated, I have searched the archives an am not finding
anything with the terms I am using. I am no afraid to extend classes
is someone can advise me on where I might start on this.
Thank you,
Mark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---