Nick Bewley
Nick Bewley

Reputation: 9289

Django Tastypie and Django 1.4

If I want to integrate django-tastypie with a project that I have already started in Django 1.4, will it work? If only partially, what are the implications? If not at all, that would be good to know before I start trying to integrate it. I would prefer, as well, to not have to rebuild the entire application in Django 1.5, and ideally will be able to add Tastypie to my existing 1.4 project.

Thanks for all advice!

Upvotes: 3

Views: 317

Answers (1)

Maciej Gol
Maciej Gol

Reputation: 15854

django-tastypie==0.9.16 works correctly with Django 1.4.

Upvotes: 5

Related Questions