django/docs/internals/contributing
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
..
writing-code Refs #26033 -- Added password hasher support for Argon2 v1.3. 2016-04-25 21:17:53 -04:00
bugs-and-features.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
committing-code.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
index.txt
localizing.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
new-contributors.txt Removed obsolete section on "Improving the documentation". 2016-03-15 19:05:54 -04:00
triaging-tickets.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
writing-documentation.txt Fixed a broken link in docs/internals/contributing/writing-documentation.txt. 2016-03-19 16:19:01 -04:00