On 8/7/06, Marius Ursache <[EMAIL PROTECTED]> wrote:
> I had a similar problem (not seeing the records I just inserted into
> database - actually they were the only one) because I left the
> timezone variable set to "America/Chicago" and i live in Europe (and
> my timezone is Chicago + 8). So the date filter considered all the
> records 'in the future'.
>

Note that 'allow_future' is now a valid argument to those generic views.

My guess though is that Steven is right: SQLite is causing your
problem. I was having the exact same issue the other day (archive_day
wasn't working) and a switch to MySQL fixed it.

Jay P.

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to