On Mon, Feb 2, 2009 at 11:35 PM, vierda wrote:
>
> Hi all, I have three forms and none of these forms pass is_valid()
> test when I test in intrepeter. kindly help for point out what's
> problem with my forms. thank you.
>
> from django.contrib.auth.models import User
> from django.contrib.auth.f
Hi all, I have three forms and none of these forms pass is_valid()
test when I test in intrepeter. kindly help for point out what's
problem with my forms. thank you.
from django.contrib.auth.models import User
from django.contrib.auth.forms import UserCreationForm
from django import forms
from dj
2 matches
Mail list logo