Fellow Report - October 31, 2015

2015-10-31 Thread Tim Graham
On the infrastructure front, I completed pull request integration for the Windows build, so that’s a new status check that runs on all pull requests that also run the tests on Linux. Sorry about the djangoproject.com outage on Monday -- that was due to some unexpected problems during Rackspac

Feature proposal: selection of views and tables for inspectdb

2015-10-31 Thread José Tomás Tocino
Hi there. I have an Oracle database that I access from Django with a user with limited privileges that can access some special views the DBA has set up for me. I wanted to use inspectdb to automatically generate the models for those views, but it didn't work. The problem is that the SQL statem

Re: Feature proposal: selection of views and tables for inspectdb

2015-10-31 Thread Josh Smeaton
Hi José, Can I just clarify the problem for a second. Are you saying that inspectdb isn't returning output for tables owned by a separate user but visible to the django User? If so, there's an argument to be made about correcting that behaviour and just generating everything visible. Of course