Re: registration forms.py

2012-02-20 Thread Stanwin Siow
Thanks akaarial and bill, Much appreciated for the help on getting me to understand more about django. :) Best Regards, Stanwin Siow On Feb 20, 2012, at 5:11 AM, akaariai wrote: > On Feb 19, 1:42 pm, Stanwin Siow wrote: >> Hello, >> >> The below method is an excerpt taken from the default

Re: registration forms.py

2012-02-19 Thread akaariai
On Feb 19, 1:42 pm, Stanwin Siow wrote: > Hello, > > The below method is an excerpt taken from the default registration forms.py > with a few additional inputs. > > class RegistrationForm(forms.Form): > >     keywords = forms.ModelMultipleChoiceField(queryset=Keyword.objects.all()) > >     def sa