zen4ever / django-authorizenet

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

Django 1.4 has a release candidate #13

Closed ikks closed 12 years ago

ikks commented 12 years ago

So we would be able to have the app compatible with 1.4. Thanks.

treyhunner commented 12 years ago

These new imports also work with Django 1.3 and Django 1.2 (I just checked). They don't seem to work with Django 1.1, though I'm not sure that's an issue.

ikks commented 12 years ago

I tested and unfortunately in the login the application fails even with Django 1.3.1, I'm looking right now how to conditionally configure the settings to properly handle the previous to 1.4 versions.

ValueError at /accounts/login/ too many values to unpack

ikks commented 12 years ago

Sorry, I DO confirm that it work flawlessly with 1.2 and 1.4RC1, including 1.3.1 :)