Is it impossible to have two edit_inline s in a model which refer to
the same other model? I've been trying to do this, and get a
"KeyError"

The situation is: I'm writing an app to keep track of cave exploration
data. I have trip objects and QM objects. QMs are leads in the cave-
passages that haven't been tried yet (Question Marks). Trips can find
many QMs, and can also "kill" many QMs by investigating them so in my
QM model I have "finding_trip" and a "killing_trip" properties
a finding trip is required (core) but a killing trip is not required
In the admin interface, when people are entering their trips, I want
them to be able to add QMs that they've found and that they've
"killed"

Does anyone have suggestions of another way to do this?

Thanks,
Aaron

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