stormpath / stormpath-django

Django plugin for Stormpath
Apache License 2.0
38 stars 19 forks source link

Django versions supported #54

Closed ErikEvenson closed 9 years ago

ErikEvenson commented 9 years ago

Unlike the python version, the README does not indicate what Django versions are supported. Based on the Travis comment in the version 1.0.2, it seems that 1.6+ is supported. This should be explicitly stated in the Meta section if true.

Thanks!

ErikEvenson commented 9 years ago

Since djanog-stormpath uses migrations, it seems that 1.6 is not supported.

avojnovicDk commented 9 years ago

Hey @ErikEvenson, you are right - README was missing supported Django versions info. 1.6+ is actually supported - django-stormpath uses migrations, but it also has south_migrations folder to support Django 1.6.

rdegges commented 9 years ago

Closing this as it is now reflected in our docs =)