| Age | Commit message (Collapse) | Author |
|
requirements.
Backport of 25903e41fb45ce9cc80dc93bf4b51ea431dcb2b6 from master.
|
|
warning with assertWarnsMessage().
Backport of 54a7b021125d23a248e70ba17bf8b10bc8619234 from master
|
|
Backport of 2a54ce72f95977fefe796e99c7bbf6cd366927f9 from master
|
|
Backport of 5d9cf79baf07fc4aed7ad1b06990532a65378155 from master
|
|
section.
At DjangoCon US 2019 sprints, a number of contributors hit problems with an outdated Python.
Backport of 06e087c3ded703b334a4d7c74a882212774253bc from master
|
|
Backport of b39c39e82ae12ca92686ee97a7be2958ee667e5c from master
|
|
Backport of f7eb9fb676d7afba16fc577283610b359718e644 from master
|
|
Backport of 3c6a4fdb6d828a03e368632d88f8261cc30104da from master
|
|
Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master
|
|
Removed support for pyinotify (refs #9722).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tests and docs complement to cecc079168e8669138728d31611ff3a1e7eb3a9f.
|
|
|
|
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
backend.
|