Re: Proposal: Make CSRF token validation for other HTTP Methods (PUT, PATCH, DELETE) The Same as POST

2017-05-07 Thread Osaetin Daniel
Thanks, Tom Christie. Now i understand why. On Saturday, May 6, 2017 at 11:49:57 PM UTC+1, Osaetin Daniel wrote: > > I came across this issue, because i'm building a SPA with Vue and Django > Rest Framework as the backend. > > I'm using SessionAuthentication Which requires that the CSRF token mus

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

2017-05-07 Thread Florian Apolloner
On Sunday, May 7, 2017 at 12:45:27 PM UTC+2, Adam Johnson wrote: > > I guess we'd also have the benefit of not having to keep elasticsearch > running. > On the contrary, putting it into postgres means we have to care about it. Putting it into Elasticsearch means we can let our hoster take care a

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

2017-05-07 Thread Adam Johnson
I guess we'd also have the benefit of not having to keep elasticsearch running. But I'm afraid I'm not familiar with Postgres. Is the FTS in Postgres mostly equivalent to ES, or will some kinds of search queries be affected? On 7 May 2017 at 09:53, Paolo Melchiorre wrote: > On Sun, May 7, 2017

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

2017-05-07 Thread Paolo Melchiorre
On Sun, May 7, 2017 at 9:16 AM, Florian Apolloner wrote: > On Sunday, May 7, 2017 at 12:50:02 AM UTC+2, Paolo Melchiorre wrote: >> >> Hello, >> >> in the djangoproject.com the search is powered by elasticsearch. >> >> Since the site uses postgresql as database backend I want propose to use >> the

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

2017-05-07 Thread Florian Apolloner
What would be the benefit of using django.contrib.postgresql aside from much work? On Sunday, May 7, 2017 at 12:50:02 AM UTC+2, Paolo Melchiorre wrote: > > Hello, > > in the djangoproject.com the search is powered by elasticsearch. > > Since the site uses postgresql as database backend I want pro