joestump / django-ajax

A simple framework for creating AJAX endpoints in Django.
http://github.com/joestump/django-ajax
BSD 3-Clause "New" or "Revised" License
260 stars 53 forks source link

Base Authentication class. Support for django 1.4. #47

Closed cam-stitt closed 10 years ago

justinabrahms commented 10 years ago

If you update this PR and also add django 1.6 to the test runner, I'm happy to merge. Sorry for the delay.

cam-stitt commented 10 years ago

@justinabrahms did you still want to merge this? I think it's just having the 1.6 test runner added that's breaking.

justinabrahms commented 10 years ago

Support for django 1.4 shouldn't be predicated on django 1.6. Sorry for being obtuse. Happy to merge if you get the tests passing.

cam-stitt commented 10 years ago

@justinabrahms should be good to go.