Open ajmirsky opened 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
./manage.py migrate authorizenet --fake
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