django-payfast icon indicating copy to clipboard operation
django-payfast copied to clipboard

Django 3.0 Support

Open atlasstrategic opened this issue 4 years ago • 3 comments

Django 3.0 removes django.utils.encoding.python_2_unicode_compatible(), which is used as a decorator on the PayFastOrder model.

Removing this decorator is required for Django 3.0 support.

Reference

  • https://github.com/macropin/django-registration/issues/371

atlasstrategic avatar Jan 09 '20 07:01 atlasstrategic