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

Add support for Django Rest Framework 3.9 #4

Merged
merged 12 commits into from
Apr 10, 2019

Conversation

OskarPersson
Copy link
Contributor

Django Rest Framework (DRF) has in 3.9.0 (encode/django-rest-framework#5605) made a change where it now uses a mapping attribute when looking for actions of a view. This collides with the mapping attribute in ProxyPagination which I've now renamed to pager_mapping.

I've also updated the travis and tox configurations to include more Django and DRF versions.

@OskarPersson
Copy link
Contributor Author

@tuffnatty Anything missing from this PR for it to get merged? The failed build seems to be a travis error, not an error in with the code

@OskarPersson OskarPersson reopened this Mar 5, 2019
@OskarPersson
Copy link
Contributor Author

The failing builds are fixed in #5

@OskarPersson OskarPersson changed the title Add support for Django Rest Framework 3.9.0 Add support for Django Rest Framework 3.9 Mar 26, 2019
@OskarPersson
Copy link
Contributor Author

OskarPersson commented Mar 27, 2019

I've merged the changes in #5 with this PR to fix more builds. I've also added more Python, Django and DRF versions.

Python 3.3 is the only thing failing now, not sure how to solve it. Maybe drop support for it since it is an old and unsupported release?

I'm also not sure why the travis status is not updated here for the new commits

@tuffnatty tuffnatty merged commit 3efdc93 into tuffnatty:master Apr 10, 2019
@OskarPersson OskarPersson deleted the drf-3.9 branch April 10, 2019 20:16
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

2 participants