On Dec 5, 11:06 pm, Marc Edwards <[email protected]> wrote: > I would like to create my choice fields in my models according to a > hierarchy of conditions, but I can't think of how to specify this in > Python.
Marc You'd need to do this using Javascript/AJAX, in the browser. Your model definition would contain all the possible choices and you'd filter these to the user accordingly. There have been many many posts to this list (as well as many blog entries) all detailing possible routes you can take. HTH Derek -- 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.

