Dynamic Model Choices

2007-07-12 Thread kevinski
Here is my situation: I have a model attribute which needs CHOICES to come from another model. The caveat is, I need to add an addition choice so I cannot set it as a foreign key. How do I set the CHOICES to populate dynamically and add the additional choice. Here is the abbreviated context of m

Re: Dynamic Model Choices

2007-07-12 Thread Malcolm Tredinnick
On Thu, 2007-07-12 at 19:55 +, kevinski wrote: > Here is my situation: > > I have a model attribute which needs CHOICES to come from another > model. The caveat is, I need to add an addition choice so I cannot set > it as a foreign key. What do you mean here? I don't understand what an "addi