Kris: 9 failures and 17 errors are not an unusual number (out of 556 tests) given the complexity of django and the number of platforms it works on. The number and selection of failed tests will vary depending on the exact implementation you are running. However, I notice that _none_ of the errors your are seeing are in core django -- all are in either django.contrib or another package. Also -- you are not running a development (or indeed, even a current) version of django, so the errors you have seen have very possibly been fixed in the latest version(s). Given that "The project I'm working on seems to work fine" I would say that there is no cause for concern. If you wish to help test and/or debug django, you should do so using the latest version. -- Vernon
-- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
