On Nov 9, 12:37 pm, schlam <[EMAIL PROTECTED]> wrote:
> I am a developing in django 0.96 and therefor don't have the option to
> use form_for_model with fields, so having developed a custom form to
> add users to the database am experiencing minor problems with model
> validation.
> so my form i
I am a developing in django 0.96 and therefor don't have the option to
use form_for_model with fields, so having developed a custom form to
add users to the database am experiencing minor problems with model
validation.
so my form is this :
class UserForm(forms.Form):
username = forms.Ch
I am a developing in django 0.96 and therefor don't have the option to
use form_for_model with fields, so having developed a custom form to
add users to the database am experiencing minor problems with model
validation.
so my form is this :
class UserForm(forms.Form):
username = forms.Ch
3 matches
Mail list logo