Re: newforms: drop down datefield

2007-12-16 Thread l5x
Thank you Luis! I hope that internationalization will replace English months :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com

Re: newforms: drop down datefield

2007-12-16 Thread [EMAIL PROTECTED]
Just for reference I found a better way to do this, used SelectDateWidget from here: http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/extra.py Thanks django community for this great project. Regards, Luis On Dec 15, 4:04 pm, l5x <[EMAIL PROTECTED]> wrote: > Look h

Re: newforms: drop down datefield

2007-12-15 Thread l5x
Look here, I have similar problem, but unfortunately nobody was able to help me. I'm still waiting for answer, because it's important for me. http://groups.google.com/group/django-users/browse_thread/thread/d3b03b7fc5288ae0 Maybe it will iluminate you somehow :) --~--~-~--~~-

newforms: drop down datefield

2007-12-15 Thread [EMAIL PROTECTED]
Hello, I'm using DateField from http://www.djangosnippets.org/snippets/399/ I have this code: data={ 'birthdate':user.birthdate, } form = BasicProfileEditForm(data) where birthdate is a Drop Down Date field. It doesn't work (can't set the date), has anyone a better Drop D