1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #34056 -- Updated the list of common passwords for CommonPasswordValidator.

This commit is contained in:
Paolo Melchiorre
2022-09-28 11:27:10 +02:00
committed by Mariusz Felisiak
parent 10bb21e71e
commit fa3afc5d86
4 changed files with 9 additions and 3 deletions

View File

@@ -274,7 +274,8 @@ Utilities
Validators
~~~~~~~~~~
* ...
* The list of common passwords used by ``CommonPasswordValidator`` is updated
to the most recent version.
.. _backwards-incompatible-4.2: