Re: Supporting a template database for test db

2017-03-22 Thread Melvyn Sopacua
On Wednesday 22 March 2017 06:12:49 Tim Graham wrote: > This is already implemented in Django 1.11: > https://code.djangoproject.com/ticket/27061. Fantastic, thank you. -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Django developers

Re: Supporting a template database for test db

2017-03-22 Thread Tim Graham
This is already implemented in Django 1.11: https://code.djangoproject.com/ticket/27061. On Wednesday, March 22, 2017 at 6:53:11 AM UTC-4, Melvyn Sopacua wrote: > > Hi, > > > > I'm currently running into the problem that in order to run tests, I need > to grant my database user super-user

Re: Supporting a template database for test db

2017-03-22 Thread Florian Apolloner
Sounds sensible to me. On Wednesday, March 22, 2017 at 11:53:11 AM UTC+1, Melvyn Sopacua wrote: > > Hi, > > > > I'm currently running into the problem that in order to run tests, I need > to grant my database user super-user privileges. > > No problem for dev, but I'd like to avoid that on any

Supporting a template database for test db

2017-03-22 Thread Melvyn Sopacua
Hi, I'm currently running into the problem that in order to run tests, I need to grant my database user super-user privileges. No problem for dev, but I'd like to avoid that on any system resembling production. This is a Postgresql specific issue, as there is no seperate privilege I can