Re: DEP pre-proposal for a simpler URLs syntax.

2017-07-27 Thread Sjoerd Job Postmus
Hi all, Due to scheduling, I have not been able to give this the attention I would like to give it, and I don't see myself freeing up a significant amount of time to give it the final push forward before the feature freeze on September 18th. I did a final review of my changes. Though there are

Should django File wrapper support .next()?

2017-07-27 Thread Cristiano Coelho
Hello, I have recently found an interesting issue, using a project that relies on different storage backends, when switching from a custom one to django's file system storage, I found that existing code that would iterate files with the next() call would start to fail, since although django's F

Re: Support for database level on delete cascade 21961

2017-07-27 Thread Anssi Kääriäinen
On Tuesday, July 25, 2017 at 5:34:33 AM UTC+3, Nick Stefan wrote: > > 5. Q: implicit foreign keys between child to parent in model inheritance? > A: We could forbid models.DB_CASCADE on these types of relations? > There's actually a variation of this that seems a bit hairy to solve properly. For