Re: Discussing improvements of django.setup()

2019-07-05 Thread Pkl
hello, AppConfig could provide hooks, but it'd indeed be already quite late in the setup process : settings are already loaded, logging already configured, script prefix already set, and just accessing AppConfig could already trigger the import of advanced submodules (models etc.), which could

Re: Ideas for a new DEP on long-term Django API compatibility

2019-07-05 Thread Pkl
Hello everyone, (apologies in advance for the long post, but there are lots of aspects to dig here, it's not for the pleasure of writing but a necessary to progress on the relevance of a DEP) *"As you can see, there's more than "blinding self-absorption" and "harmful psychological bias" here

CommandTemplate Behavior Is Inconsistent

2019-07-05 Thread John Gooding
To be clear, I am not saying there is a bug. It does what it is programmed to do. I am saying the expected behavior of the API / CLI / whatever you want to call it is inconsistent. I am not going to get into an argument of what a "proper" django structure is, etc. I want to focus purely on the