On Sat, Oct 9, 2010 at 10:12 AM, Mario <[email protected]> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.