django1/docs/internals
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
..
_images Removed references to the DDN triage state. 2013-04-08 20:33:52 +02:00
contributing Refs #26033 -- Added password hasher support for Argon2 v1.3. 2016-04-25 21:17:53 -04:00
deprecation.txt Fixed #26533 -- Renamed Widget._format_value() to format_value(). 2016-04-23 13:15:45 -04:00
git.txt Refs #25755 -- Unified a couple more spellings of 'website'. 2016-01-11 06:13:16 -05:00
howto-release-django.txt Fixed typos in docs. 2016-03-13 19:48:24 +01:00
index.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
mailing-lists.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
organization.txt Updated release process for new release schedule. 2015-06-25 11:36:17 -04:00
release-process.txt Minor fixes for release-process doc fix 2016-02-28 19:30:18 +02:00
roles.txt Added technical board for 1.10 release cycle. 2015-11-14 15:55:28 -05:00
security.txt Fixed #26020 -- Normalized header stylings in docs. 2016-01-22 12:12:17 -05:00
team.txt Updated my bio 2016-04-22 14:00:51 +02:00