zen4ever / django-authorizenet

Django and Authorize.NET payment gateway integration
MIT License
87 stars 36 forks source link

django 1.9 support #28

Open ajmirsky opened 8 years ago

ajmirsky commented 8 years ago

SortedDict deprecated: https://code.djangoproject.com/wiki/SortedDict

south migrations removed in favor of django migrations. if upgrading an existing django-authorizenet implementation, run ./manage.py migrate authorizenet --fake