Overhaul extra_requires to include more optional dependencies

2017-12-11 Thread jroes
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

Re: PostgreSQL aggregation and views through unmanaged models

2017-05-22 Thread jroes
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