James Bennett wrote:
>
> I can't think of anything we do that would break it, but I also don't
> know nearly enough about ancient versions of MySQL.

If you have a "date_hierarchy" in your models.py, it will break with
MySQL 3.23.53 as Django builds a query that uses "CAST()", which didn't
exist until MySQL 4.0.2. That's when I took my Webmaster's advice and
installed Postgres. : )

John Heasly


--~--~---------~--~----~------------~-------~--~----~
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