Django has a number of optional features that require the installation of
additional Python packages.
Right now it's possible to $ pip install Django[bcrypt,argon2] to install
Django and the optional packages (at the correct minimum version) required
for bcrypt/argon2 support.
However this
Thanks for that extensive write up!
As the reporter of #27241 it seems I would be arguing against my own self
interest when I say that I'm not in favour of the patch, but my reasonings
are as follows:
* The current behaviour is preferable in the vast majority of cases, only a
couple of project