Russell Keith-Magee schrieb: > I've just finished writing a new set of tests for the serializers, > which included fixing a number of bugs. These fixes have been checked > in as of [4719]. Can you retry your tests and see if you still have > problems?
I can't trying this. Because now i have a error before the serializers starts working: """ContentType matching query does not exist.""" ------------------------------------------------------------------------ 110. objects = [] 111. for app in app_list: 112. for model in get_models(app): 113. model_objects = model.objects.all() 114. response.write(repr(model_objects)) 115. objects.extend(model_objects) ------------------------------------------------------------------------ The Exception Location is in line 114. I used plain "django-admin dumpdata" with the same error. I think i have a error in my DB data. But i can't isolate it with there error messages :( -- Mfg. Jens Diemer ---- CMS in pure Python CGI: http://www.pylucid.org --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

