Re: I can't select day with calendar widget

2010-10-11 Thread renevie...@gmail.com
On Sat, Oct 9, 2010 at 10:37 AM, Steve Holden  wrote:
> As others have observed, I see the correct dates for holidays I created,
> including 2010-10-10.
>
> regards
>  Steve
>

Hello

I have a new antecedent to add.
the 2010-10-10, our local clocks has changed from clt to clst

can this to be the blame

thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: I can't select day with calendar widget

2010-10-09 Thread Steve Holden
As others have observed, I see the correct dates for holidays I created,
including 2010-10-10.

regards
 Steve

On 10/9/2010 7:46 AM, Rene Vielma wrote:
> Hello
> 
> I've upload the sandbox project whit develop server to 
> http://200.63.96.245:8000/admin/
> user and p: test
> 
> For you can check this problem
> 
> I hope any comment
> 
> thanks..
> 
> On 7 oct, 18:25, "renevie...@gmail.com"  wrote:
>> Hello.
>>
>> I've a problem with the calendar widget.
>>
>> I created a sandbox project with just one entity and one date attribute
>> then I registered in the admin
>>
>> nothing else
>>
>> the problem happens when I select 2010-10-10  in the widget , then
>> 2010-10-09 is set in the field.
>> I don't know if this happens with others dates.
>>
>> what happen?
>>
>> my setting.py doesn't have any significant changes
>>
>> thanks
> 


-- 
DjangoCon US 2010 September 7-9 http://djangocon.us/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: I can't select day with calendar widget

2010-10-09 Thread renevie...@gmail.com
On Sat, Oct 9, 2010 at 10:12 AM, Mario  wrote:
> Rene,
>
> When you say "the problem happens when I select 2010-10-10  in the
> widget , then
> 2010-10-09 is set in the field." What do you exactly mean? It looks
> like you need to revisit your app/models.py.
>
> V/r,
>
> Mario
>

Hello Mario

my models.py:
--
from django.db import models

# Create your models here.

class Holiday(models.Model):
date = models.DateField()
-

nothing else

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: I can't select day with calendar widget

2010-10-09 Thread renevie...@gmail.com
On Sat, Oct 9, 2010 at 9:33 AM, Christoph  wrote:
> Hi Rene,
>
> I tried to replicate your problem. I selected the 10th of October
> 2010, 2010-10-10 is set in the field and I can also safe it as such.
>
> So, try again and see if the problem is still there.
>
> Best regards,
> Christoph

Thank you Christoph for you reply

I checked this problem whit several browsers and OS (linux, windows)
I tried changing default lenguage browser from spanish to english, but
 this no solved the problem.

Can you use my test project? http://200.63.96.245:8000/admin/
and create a holiday for 2010-10-10..

thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: I can't select day with calendar widget

2010-10-09 Thread Mario
Rene,

When you say "the problem happens when I select 2010-10-10  in the
widget , then
2010-10-09 is set in the field." What do you exactly mean? It looks
like you need to revisit your app/models.py.

V/r,

Mario

On Oct 7, 6:25 pm, "renevie...@gmail.com" 
wrote:
> Hello.
>
> I've a problem with the calendar widget.
>
> I created a sandbox project with just one entity and one date attribute
> then I registered in the admin
>
> nothing else
>
> the problem happens when I select 2010-10-10  in the widget , then
> 2010-10-09 is set in the field.
> I don't know if this happens with others dates.
>
> what happen?
>
> my setting.py doesn't have any significant changes
>
> thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: I can't select day with calendar widget

2010-10-09 Thread Christoph
Hi Rene,

I tried to replicate your problem. I selected the 10th of October
2010, 2010-10-10 is set in the field and I can also safe it as such.

So, try again and see if the problem is still there.

Best regards,
Christoph

On Oct 9, 12:46 pm, Rene Vielma  wrote:
> Hello
>
> I've upload the sandbox project whit develop server 
> tohttp://200.63.96.245:8000/admin/
> user and p: test
>
> For you can check this problem
>
> I hope any comment
>
> thanks..
>
> On 7 oct, 18:25, "renevie...@gmail.com"  wrote:
>
> > Hello.
>
> > I've a problem with the calendar widget.
>
> > I created a sandbox project with just one entity and one date attribute
> > then I registered in the admin
>
> > nothing else
>
> > the problem happens when I select 2010-10-10  in the widget , then
> > 2010-10-09 is set in the field.
> > I don't know if this happens with others dates.
>
> > what happen?
>
> > my setting.py doesn't have any significant changes
>
> > thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: I can't select day with calendar widget

2010-10-09 Thread Rene Vielma
Hello

I've upload the sandbox project whit develop server to 
http://200.63.96.245:8000/admin/
user and p: test

For you can check this problem

I hope any comment

thanks..

On 7 oct, 18:25, "renevie...@gmail.com"  wrote:
> Hello.
>
> I've a problem with the calendar widget.
>
> I created a sandbox project with just one entity and one date attribute
> then I registered in the admin
>
> nothing else
>
> the problem happens when I select 2010-10-10  in the widget , then
> 2010-10-09 is set in the field.
> I don't know if this happens with others dates.
>
> what happen?
>
> my setting.py doesn't have any significant changes
>
> thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.