On 11 déc. 2011, at 18:54, Vinay Sajip wrote: > So we now have good results on SQLite, PostgreSQL, MySQL and Oracle, > which I believe is all of the backends which ship with Django - have I > missed any?
Hi Vinay, There are also the GIS database backends in django.contrib.gis.db.backends: postgis, spatialite, mysql, oracle. Postgis isn't too hard to set up; spatialite is; I never tried to use GIS with MySQL or Oracle. Given that the tests pass on the non-GIS versions of these backends, I don't expect too many new problems on this front. Best regards, -- Aymeric Augustin. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.