>
> # run with this form following the examples in the newforms
> documentations.

You can also change the domain "choices" after the form class is
created for you by modifying the form class's base_fields as I see you
have done in your post in another thread here:

http://groups.google.com/group/django-users/msg/b2c960e64a06b666

The callback method pattern I mentioned above is still nice to know as
you can do many other customizations that way as the form class is
being created instead of later.

Cheers,
-Rajesh D


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