django1/tests/requirements
Bas Westerbaan a5033dbc58 Refs #26033 -- Added password hasher support for Argon2 v1.3.
The previous version of Argon2 uses encoded hashes of the form:
   $argon2d$m=8,t=1,p=1$<salt>$<data>

The new version of Argon2 adds its version into the hash:
   $argon2d$v=19$m=8,t=1,p=1$<salt>$<data>

This lets Django handle both version properly.
2016-04-25 21:17:53 -04:00
..
base.txt Refs #26033 -- Added password hasher support for Argon2 v1.3. 2016-04-25 21:17:53 -04:00
mysql.txt Bumped mysqlclient test requirement to >= 1.3.7. 2015-11-12 21:34:00 -05:00
oracle.txt Fixed #19196 -- Added test/requirements 2013-07-10 09:24:05 -04:00
postgres.txt Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.postgres). 2015-02-16 18:07:27 -05:00
py2.txt Fixed #25764 -- Added support for serialization of enum.Enum in migrations. 2015-11-19 17:21:12 -05:00
py3.txt Fixed #19196 -- Added test/requirements 2013-07-10 09:24:05 -04:00