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

django 1.9 compatibility #133

Open
markvdb opened this issue Jul 12, 2016 · 2 comments
Open

django 1.9 compatibility #133

markvdb opened this issue Jul 12, 2016 · 2 comments

Comments

@markvdb
Copy link

markvdb commented Jul 12, 2016

Hi,

For django 1.9, django.utils.importlib is deprecated. See https://docs.djangoproject.com/en/1.8/internals/deprecation/#deprecation-removed-in-1-9 . So ...
s/django.utils.importlib/importlib/ in at least billing/integration.py and billing/gateway.py ?

Probably lots more small things to fix than that, but I gave up after seeing braintree isn't supported anyway.

@theju
Copy link
Contributor

theju commented Jul 12, 2016

There is a user who is working on it:
#132

@asgaines
Copy link

Furthermore, upon migrating, I receive the notification that IPAddressField has been deprecated. Support for it (except in historical migrations) will be removed in Django 1.9. I'm still using 1.8.

It suggests using GenericIPAddressField instead. Is this project being well maintained?

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

3 participants