On 30-Oct-07, at 2:18 AM, Matthias Kestenholz wrote:
> He is saying that you should really, really take the time to learn
> python before
> trying to do anything with django.
s/before/while/
--
regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/
--~--~-~--~
On 10/29/07, faypy <[EMAIL PROTECTED]> wrote:
> sending forms checkbox values as choices ,
> but none of these works :
>
> request.POST.getlist['choices']
> request.GET.getlist['choices']
Perhaps you should pause to work through a Python tutorial.
--
"Bureaucrat Conrad, you are technically corr
thanks in advance
i know i made a bad mistake,
but it's 00:23 , & mind is tired .
no need for python tuturial . lol
thank u anyway
On Oct 29, 11:48 pm, Matthias Kestenholz <[EMAIL PROTECTED]> wrote:
> On 29.10.2007, at 21:39, faypy wrote:
>
>
>
> > what do u mean?
> > there is no pause in between
On 29.10.2007, at 21:39, faypy wrote:
>
> what do u mean?
> there is no pause in between...
>
He is saying that you should really, really take the time to learn
python before
trying to do anything with django.
(Hint: you need getlist() , not getlist[] , but the fact you did not
see this err
what do u mean?
there is no pause in between...
On Oct 29, 11:35 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 10/29/07, faypy <[EMAIL PROTECTED]> wrote:
>
> > sending forms checkbox values as choices ,
> > but none of these works :
>
> > request.POST.getlist['choices']
> > request.GET.get
hi
using django 0.96.1 &
sending forms checkbox values as choices ,
but none of these works :
request.POST.getlist['choices']
request.GET.getlist['choices']
error:
'instancemethod' object is unsubscriptable
but these works:
request.POST['choices']
request.GET['choices']
& give the the LAST CHOI
6 matches
Mail list logo