| Age | Commit message (Collapse) | Author |
|
Backport of c68f5d83c0a4ea4ccf87c7d1d5dd1e9f7b2907a3 from master
|
|
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
|
Backport of 9b2d47bcded8320114193e9b2a200119a19974a6 from master
|
|
docs.
Backport of 1e93210f1f622b692dd65e861f0793ac61552d28 from master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Setup QUnit, added tests, and measured test coverage.
Thanks to Nick Sanford for the initial tests.
|
|
and ESLint)
|
|
|
|
|