Re: AJAX support in auth views

2016-05-15 Thread Andrew Godwin
Hi Luke, Could you clarify what you mean by "AJAX support in auth views"? Do you mean the ability to submit requests to these endpoints and get JSON responses back rather than HTML, so the process can be done more client-side, or something else? If you could link the patch too that

AJAX support in auth views

2016-05-15 Thread Luke Hodkinson
Hi all, I've been using a patched version of Django for a while now that includes AJAX support for the login/logout views in contrib/auth. I've searched the django-developers mailing list and Trac tickets for any existing work on this and haven't found anything. I'd like to make a PR, but am wo