Re: Future of the development server's auto-reloading

2017-07-24 Thread Tom Forbes
I was looking into refactoring the auto-reloading code and I wanted to gather some feedback. There is some potential to squash several bugs in one go[1][2][3]. To begin with we can get rid of the Jython specific code, Jython is 2.7 only at the moment and I don't think that will change soon. We

Support for database level on delete cascade 21961

2017-07-24 Thread Nick Stefan
Hi All, I've taken interest to implimenting built in django support of ON DELETE CASCADE. As a general concept, the ticket was accepted 3 years ago, and there was some discussion around that time: https://code.djangoproject.com/ticket/21961 . I've put together a small PR with some but not all