Christian Schneider wrote: > thanks for the hint. Running the tests gives me 17 errors. While most of > them are due to my German localisation, like got "1 Tag" expected "1 day", > there are also errors like the following: > > 'transactions' module: API test failed > ====================================== > Code: 'Reporter.objects.all()' > Line: 48 > Expected: '[Ben Jones]\n' > Got: '[Ben Jones, Carol Doe]\n'
You probably use ISAM which does not support transactions. This is not a problem. > While I think that this doesn't look good, I don't believe that any of the > errors is related to my particular problem. Very strange. I'm out of ideas :-( Zentrale? Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

