Re: django 1.7 upgrade + tastypie -> AppRegistryNotReady

2014-07-02 Thread Frank Bieniek
Thanks Tom for the 4 evergreen options. Tastypies currently does not allow to deferr it to a callable, it accesses a property on the queryset... https://github.com/toastdriven/django-tastypie/blob/master/tastypie/resources.py#L1712 As I do not understand the new app registry and how a normal dja

Re: django 1.7 upgrade + tastypie -> AppRegistryNotReady

2014-07-02 Thread Tom Evans
On Wed, Jul 2, 2014 at 3:48 PM, Frank Bieniek wrote: > 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

django 1.7 upgrade + tastypie -> AppRegistryNotReady

2014-07-02 Thread Frank Bieniek
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 i