Hi all,
does currently anybody upgrade his
django 1.6 projects with south and tastypie to the new django1.7

Resources definition of Tastypie collids with the new app registry loading.

I do want to upgrade the project to django 1.7
but I can not replace the whole rest api app -
"an upgrade fork idea" would be great.

Thats the problem:
class MyResource(ModelResource):
    ...
    class Meta:
       queryset = AnyModel.objects.all()

Some models just hit the AppRegistryNotReady Exception...

Any Ideas/Hints/Magic are welcome

Thanks
Frank

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/53B41BB0.3000007%40produktlaunch.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to