http://code.djangoproject.com/changeset/2683 After this update, none of my models is "loaded".
Is there any major change in the db "model" ? Reversing fix the problem. -- django.db.models.fields.related import ForeignKey, OneToOneField, ManyToManyField ++ django.db.models.fields.related import * Regards. -- Gaƫl Chardon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
