mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31912 -- Removed strict=True in Path.resolve() in project template and CommonPasswordValidator.
This caused permission errors when user didn't have permissions to all intermediate directories in a Django installation path. Thanks tytusd and leonyxz for reports. Regression inedeec1247eand26554cf5d1.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user