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
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
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