|
@@ -43,3 +43,8 @@ Bugfixes
|
|
|
* Fixed ``__in`` lookup on key transforms for
|
|
|
:class:`~django.db.models.JSONField` with MariaDB, MySQL, Oracle, and SQLite
|
|
|
(:ticket:`31936`).
|
|
|
+
|
|
|
+* Fixed a regression in Django 3.1 that caused permission errors in
|
|
|
+ ``CommonPasswordValidator`` and ``settings.py`` generated by the
|
|
|
+ :djadmin:`startproject` command, when user didn't have permissions to all
|
|
|
+ intermediate directories in a Django installation path (:ticket:`31912`).
|