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

Swap request.DATA for request.data #135

Merged
merged 5 commits into from
Sep 9, 2015
Merged

Swap request.DATA for request.data #135

merged 5 commits into from
Sep 9, 2015

Conversation

adam-thomas
Copy link
Contributor

@incuna/backend merge please? :)

@adam-thomas
Copy link
Contributor Author

Wait, I missed a requirements update in setup.py. Commit incoming.

@adam-thomas
Copy link
Contributor Author

Also tests are sad. Will fix.

@adam-thomas
Copy link
Contributor Author

@incuna/backend This is now less rushed. Review/merge please? :)

@adam-thomas adam-thomas self-assigned this Sep 9, 2015
@@ -5,7 +5,7 @@


install_requires = (
'djangorestframework>=3.1.0,<3.2',
'djangorestframework>=3.2.0,<3.3',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to drop v3.1 support?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that I know of, I just wanted it to use 3.2 for tests/local installs. Do I have to faff around to maintain 3.1 support as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or will this command fetch the newest possible version of DRF?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it does, doesn't it. I'll change it to >3.1.0.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only if you've broken compatibility. If 3.1 still works, just change the >=3.2.0,<3.3 to >=3.1.0,<3.3.

We could also include the DRF version in the tox setup for travis. That would double the test runs though...

@adam-thomas
Copy link
Contributor Author

Updated!

@adam-thomas
Copy link
Contributor Author

Bump? This is a bit urgent.

LilyFoote added a commit that referenced this pull request Sep 9, 2015
Swap request.DATA for request.data
@LilyFoote LilyFoote merged commit aa555e5 into master Sep 9, 2015
@LilyFoote LilyFoote deleted the fix-request-data branch September 9, 2015 11:41
@adam-thomas
Copy link
Contributor Author

Thanks! :)

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

Successfully merging this pull request may close these issues.

None yet

3 participants