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