Re: Integrate dj-database-url into Django

2018-02-04 Thread Michael Manfre
On Sun, Feb 4, 2018 at 12:59 PM Tom Forbes wrote: > I had one question that I’m not sure the answer to: for databases I added > the config_from_url to the .base.DatabaseWrapper class inside each built > in adapter. I’ve kind of assumed each third party database would have the > same structure, ho

Re: Integrate dj-database-url into Django

2018-02-04 Thread Tom Forbes
I spent some time working on this today and fixed up my branch that implements this. I think I’ve got a nice API that passes all of the dj-database-url tests. As there is a bit of database-specific shenanigans we have to perform on URLs I added a config