> 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
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
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
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
4 matches
Mail list logo