From 77aa74cb70dd85497dbade6bc0f394aa41e88c94 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 7 Nov 2019 01:26:22 -0800 Subject: Refs #29983 -- Added support for using pathlib.Path in all settings. --- docs/releases/3.1.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 37a3ea9e85..84a7e33b03 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -96,7 +96,7 @@ Minor features :mod:`django.contrib.staticfiles` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -* ... +* The :setting:`STATICFILES_DIRS` setting now supports :class:`pathlib.Path`. :mod:`django.contrib.syndication` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -226,6 +226,12 @@ Validators * ... +Miscellaneous +~~~~~~~~~~~~~ + +* The SQLite backend now supports :class:`pathlib.Path` for the ``NAME`` + setting. + .. _backwards-incompatible-3.1: Backwards incompatible changes in 3.1 -- cgit v1.3