Fellow Report: Dec 14, 2014

2014-12-14 Thread Berker Peksağ
Hi all, Here is this week's report. You can see a more readable version of this report at https://code.djangoproject.com/wiki/DjangoFellows/BerkerPeksag#Weekof2014-12-07 Pull requests = Authored = * https://github.com/django/django/pull/3710 -- Fixed #23884 -- Moved FlatPageS

Re: Feature request: delegate more password related operations to auth backends (#23896)

2014-12-14 Thread Josh Smeaton
Correct - I've updated the gist: https://gist.github.com/jarshwah/c5b9abebb452f2e3286f -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, sen

Re: Feature request: delegate more password related operations to auth backends (#23896)

2014-12-14 Thread Roman Akopov
Thanks a lot. To make it clear, do I understand right that you have some custom view to process APIPasswordChangeForm and not using django.contrib.auth.views.password_change? On Sunday, December 14, 2014 2:17:16 PM UTC+4, Josh Smeaton wrote: > > https://gist.github.com/jarshwah/c5b9abebb452f2e3

Re: Feature request: delegate more password related operations to auth backends (#23896)

2014-12-14 Thread Josh Smeaton
https://gist.github.com/jarshwah/c5b9abebb452f2e3286f I've removed some of the error handling and custom application bits, and I've also renamed the classes. But this is the meat of auth for my project. You'll notice that the backend is hardcoded in the constructor, because we only use this bac