Re: Proposal: provide postgresql powered full-text search in djangoproject.com

2017-07-23 Thread Aymeric Augustin
> 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

Re: Using auth stuff without installing the auth app

2017-07-23 Thread Mark Steward
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

Re: Rethinking ASGI & Channels

2017-07-23 Thread Andrew Godwin
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