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

2015-11-01 Thread José Tomás Tocino
Hi Josh. That's exactly what I'm saying. According to the Oracle docs [1], USER_VIEWS describes the views owned by the current user, but the views I'm concerned with are only SELECT-able by the user, that has been granted access using: GRANT SELECT ON UXXIAC.SOMEVIEW TO MY_USER; I'm not exper

Re: Django i18n internationalized urls middleware (feature proposal). Related to ticket #24122, and commit #aa5ab1

2015-11-01 Thread Karol Majta
I think you are correct. The way urls are structured in my example is wrong, and while they come from real-life "customer requirement" there is no need to encourage this sort of stuff. Best, Karol W dniu piątek, 30 października 2015 03:16:05 UTC+1 użytkownik Shai Berger napisał: > > Hi, > > I

Re: Making the admin compatible with CSP

2015-11-01 Thread Florian Apolloner
On Tuesday, September 15, 2015 at 12:16:03 AM UTC+2, jasbligh wrote: > > Then in the javascript call JSON.parse twice > No idea why you'd ever need to use that; var json = JSON.parse('{{ json_dumps|escapejs }}'); should be fine already, or do I miss anything? That said, we should get rid of in