﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27013	Docs - Using Argon2 with Django - more appropriate pip command	Matt C	nobody	"On [https://docs.djangoproject.com/en/1.10/topics/auth/passwords/#argon2-usage this] docs page:

The recommended command to install argon2 is:

{{{
pip install django[argon2]
}}}


This tripped me up when upgrading to 1.10 from 1.9.x.

Should it not be:

{{{
pip install argon2_cffi
}}}

...as is recommended [https://argon2-cffi.readthedocs.io/en/stable/installation.html here]?"	Cleanup/optimization	closed	Documentation	1.10	Normal	fixed	documentation password argon2 pip		Accepted	1	0	0	0	1	0
