-
Notifications
You must be signed in to change notification settings - Fork 22
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 3.0 Support #14
Comments
atlasstrategic
referenced
this issue
in atlasstrategic/django-payfast
Jan 13, 2020
Any chance @atlasstrategic fix can be merged, I'm seeing the same issue on my side, using Django 3.0.6:
|
Is this project going to be updated for Django 3 by any chance? |
This project is old, came across a number of errors. Is this gonna be fixed in Django 3? Or can I contribute? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Django 3.0 removes
django.utils.encoding.python_2_unicode_compatible()
, which is used as a decorator on thePayFastOrder
model.Removing this decorator is required for Django 3.0 support.
Reference
The text was updated successfully, but these errors were encountered: