Is it possible to use a kind of limit_choices_to attribute for
non-admin views to select which data is shown in select boxes?

For example, in a edit-this-object form that allows the user to choose
a related object from a select box, I'd like to show each user only the
objects she created. What's the best way to do this (preferably without
completely rewriting Django)?

Andreas

Reply via email to