On Sun, May 17, 2009 at 4:29 AM, zayatzz wrote:
>
> > > btw... what is tuple? i am not native english speaker so i fail to
> > > understand some words like that.
> >
> > It's a python data structure. It's an "" Array "" .
> >
> >
> >
> >
>
> Thanks. :)
>
> Alan
> >
>
Specifically tuple's are immu
> > btw... what is tuple? i am not native english speaker so i fail to
> > understand some words like that.
>
> It's a python data structure. It's an "" Array "" .
>
>
>
>
Thanks. :)
Alan
--~--~-~--~~~---~--~~
You received this message because you are subscribed t
>
>
> Call
>
if form.*is_valid()*: Sorry
>
> # use cleaned_data
>
> Jorge
>
>
>>
>>
--
neo2001[at]gmail.com
jorge[at]thecodefarm.com
neo[at]art-xtreme.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"D
2009/5/17 zayatzz
>
> Thanks
>
> I actually tried that form.cleaned_data at one point but then i got
> error that was something like: form object has no cleaned_data
> attribute.
Call
if form.isvalid():
# use cleaned_data
Jorge
>
>
> Anyway, its working now - thanks alot.
>
> btw... wha
Thanks
I actually tried that form.cleaned_data at one point but then i got
error that was something like: form object has no cleaned_data
attribute.
Anyway, its working now - thanks alot.
btw... what is tuple? i am not native english speaker so i fail to
understand some words like that.
Alan
On May 16, 10:51 pm, Alex Gaynor wrote:
> On Sat, May 16, 2009 at 4:49 PM, zayatzz wrote:
>
> > Hello
>
> > Been trying to figure out where the problem is, but its almost 1am and
> > im out of ideas.
>
> > i have this model:
> > class tuser (models.Model):
> > username = models.CharField(
On Sat, May 16, 2009 at 4:49 PM, zayatzz wrote:
>
> Hello
>
> Been trying to figure out where the problem is, but its almost 1am and
> im out of ideas.
>
> i have this model:
> class tuser (models.Model):
>username = models.CharField(max_length=20, help_text="Enter Username
> of your acco
7 matches
Mail list logo