Re: Proposal: Allow ManyToMany using a intermediary table to be defined as symmetrical

2019-04-26 Thread Asif Saif Uddin
After reading your reasoning and code it seems logical for me. Let's create a pr for more input. On Tuesday, April 23, 2019 at 6:13:35 PM UTC+6, Nadège Michel wrote: > > Hello, > > We use self.referencing ManyToMany relationships with intermediate tables > in our work project > and I was

Re: Proposal: Allow ManyToMany using a intermediary table to be defined as symmetrical

2019-04-26 Thread Aymeric Augustin
Hello Nadège, While I'm not an expert of this area, your proposal makes sense to me. It looks like a reasonable extension of previous work. You can go ahead with a ticket and a pull request. Best regards, -- Aymeric. > On 23 Apr 2019, at 12:09, Nadège Michel wrote: > > Hello, > > We

Re: Support for CTAS statement with ORM API?

2019-04-26 Thread Markus Elfring
> CTAS can be useful in some cases, Thanks for such feedback. > but I can't imagine how we'd fit it into the Django ORM nicely. This is an usual challenge for such software extensions, isn't it? > There wouldn't be a model for the correspondingly created table. Can a data model be