In brief, your forms field for province does not have to have anything
to do with your corresponding model field.
Just make a forms.ChoiceField with the data filled in that you need
(or else look up the pattern for loading dynamic data into a
forms.ChoiceField and do something like that.) If you go the dynamic
route, make sure your form gets initialized properly when you create
it for initial use and also when you create it for POST processing.


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