Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting ready for Django 1.7 #1559

Closed
andybak opened this issue Apr 30, 2014 · 7 comments
Closed

Getting ready for Django 1.7 #1559

andybak opened this issue Apr 30, 2014 · 7 comments

Comments

@andybak
Copy link
Contributor

andybak commented Apr 30, 2014

There's only 1 migration in the DRF codebase but it will need to either be removed or updated for Django 1.7.

Looks like South 2 is a way off being finished so until then it's not clear how best to handle migrations in a way that will work for Django 1.7 and earlier versions.

@xordoquy
Copy link
Collaborator

This won't be done because of backward compatibility.
I'll try to find some time and bring that topic during the DjangoCon Europe sprints.

@shangxiao
Copy link
Contributor

So... can we use DRF with 1.7 or is this 1 migration a blocker?

@xordoquy
Copy link
Collaborator

xordoquy commented May 8, 2014

@rapilabs you can use DRF with Django 1.7 unless you use authtoken.

@dekkers
Copy link

dekkers commented May 28, 2014

It is possible to support both south migrations and the new 1.7 migrations, see http://treyhunner.com/2014/03/migrating-to-django-1-dot-7/

@xordoquy
Copy link
Collaborator

@dekkers I am aware of this. If someone can come up with a pull request for this I'll consider merging it after I'm sure it doesn't break things.

@yuvadm
Copy link

yuvadm commented Jun 23, 2014

@xordoquy For a project that doesn't require backwards compatability, but does require authtoken, is it possible to somehow workaround this issue, other than forking and patching the migration myself?

@xordoquy
Copy link
Collaborator

Closed in favor of #1653

carltongibson pushed a commit to carltongibson/django-rest-framework that referenced this issue Jun 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants