| Age | Commit message (Collapse) | Author |
|
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
|
|
Backport of 1ef8b30abed6ecf0c28517001e7fd8a84e6e47d3 from master
|
|
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.
|
|
Browser names should be passed as a comma separated list to the --selenium flag.
Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion.
|
|
|
|
Such as a setup isn't tested through continuous integration and therefore
isn't likely to work reliably.
|
|
|
|
|
|
|
|
Thanks to Tim for the review.
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They were removed in Django 1.9.
I could leave the reference to TEST_DEPENDENCIES in the 1.2.4 release
notes because the link points to the right location and the name was
accurate at the time.
|
|
django-developers thread:
https://groups.google.com/d/msg/django-developers/11XvmVdx58w/sFrF0pL8LTgJ
|
|
|
|
|
|
|