On Dec 2, 6:34 pm, "Joe & Anne Tennies" <tenn...@gmail.com> wrote: > So, last time I saw, you had only run against sqlite. Do you need help > testing it against postgres, MySQL, and oracle (perhaps some unofficial > ones)? What about all the caching backends? Do we need tests Python 3 > equivalent tests for the ones that were skipped due to being Python 2-isms? > What about some sort of "porting guide" or other needed documentation? > > Basically, what's left, besides getting it merged into the official trunk > that people can help you with?
Yes, you can help with one or all of the above items. As far as I know, the additional tests that are skipped are because of dependencies on PIL and setuptools (neither of which I have installed to run with Python 3: and there are some PIL ports for Python3, plus one can use distribute in place of setuptools. This is the area I am working on currently - working in a virtualenv with distribute and a PIL port installed. You can certainly try helping with a PostgreSQL backend, I believe py- postgresql can be used as a PostgreSQL driver under Python 3. Ian Kelly mentioned on this thread that he'll be looking at the Oracle backend. Regards, Vinay Sajip -- 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.