Re: Instant Django

2007-08-07 Thread zorba
> If you get a chance, check it out and drop me an email telling me what > you think. One small problem with instant-django and old local python installation: - Instant django (latest version) - local python 2.4.3 (!) installation Problem: When using sqlite db backend. It seems that django have

Localflavor ChoiceField Select example

2007-08-15 Thread zorba
After some searching i've gave up with select field with localflavor select widget. Could someone give an example of this code ? My current code: from django.contrib.localflavor.us.forms import * class LocalForm(forms.Form): testchoice = [('test','select')] test = forms.ChoiceField(choi

Re: Localflavor ChoiceField Select example

2007-08-15 Thread zorba
On Aug 15, 2:27 pm, zorba <[EMAIL PROTECTED]> wrote: > After some searching i've gave up with select field with localflavor > select widget. > Could someone give an example of this code ? > > My current code: > > from django.contrib.localflavor.us.forms import

Re: Localflavor ChoiceField Select example

2007-08-15 Thread zorba
is provieded on the following page: http://slawek.mikula.googlepages.com/djangolocalflavorexample On Aug 15, 9:12 pm, zorba <[EMAIL PROTECTED]> wrote: > On Aug 15, 2:27 pm, zorba <[EMAIL PROTECTED]> wrote: > > > > > After some searching i've gave up with select fiel