The Python 3 port now has all tests passing on 2.7.2 and 3.2.2 with the same codebase:
Python 2.7.2 ========= Ran 4475 tests in 373.875s OK (skipped=90, expected failures=3) Python 3.2.2 ========= Ran 4420 tests in 364.044s OK (skipped=97, expected failures=2, unexpected successes=1) This incorporates the very latest changes in Django SVN trunk (r17165). 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 [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-developers?hl=en.
