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

Circular import fixes for Django 1.10 #48

Closed
wants to merge 1 commit into from

Conversation

davidfischer
Copy link
Member

Fixes a circular import issue that manifested itself after adding support for Django 1.10. In general, passing the URL to RPCDispatcher is completely unnecessary as the called path can be retrieved from individual requests. It definitely seems to me like the classes could use a bit of a refactor.

Fixes #45.

@doudz
Copy link
Member

doudz commented Apr 28, 2017

I tried your PR, now rpc4django doesn't list my method anymore.
There only system.* method 👎

@davidfischer
Copy link
Member Author

Thanks for the feedback. That's why I don't commit straight to master =).

@davidfischer
Copy link
Member Author

I'm going to close this in favor of getting PR #49 merged.

@davidfischer davidfischer deleted the django-1.10-circular-fixes branch April 30, 2017 18:49
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