> However, I'm a little confused now. I
> thought the problem was only validation, and not the actual data that
> was added to the choice list.

The problem is, that validation does not use the actual data of the
choice list.

I think doing so may even become a security issue, as people may guess
valid IDs that they should not use (for example if you use
user_profile.some_relation as the queryset).

Perhaps it could be changed to only allow choices in the queryset, but
an option is added to ModelChoiceField to use the default manager?

Greetings, David Danier

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to