> On 11 Jul 2017, at 12:49, Jannis Leidel wrote:
>
>> On 12. May 2017, at 11:42, Aymeric Augustin
>> wrote:
>>
>> These features are desirable and easy to configure with ES, but that wasn't
>> done, perhaps for lack of familiarity with ES.
>
> It was not out of lack of familiarity with ES bu
And it was reverted with https://github.com/django/django/pull/7410 because
of a link to ContentType.
I've recently run into this (as an infrequent user of Django) with a custom
backend and middleware that I'd like to keep reusable by using the standard
login and authenticate methods. I'm also
On Fri, Jul 21, 2017 at 4:10 AM, Tom Christie
wrote:
> Hi Andrew,
>
> Thanks for writing that up so comprehensively!
>
> Definitely in favor of moving to a server:consumer interface - as you say
> that doesn't preclude over-the-network from being one of the possible
> deployment styles.
>
> I lik