diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2019-11-07 01:26:22 -0800 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-11-07 10:26:22 +0100 |
| commit | 77aa74cb70dd85497dbade6bc0f394aa41e88c94 (patch) | |
| tree | f526b5e63897415e8753c6e38396bba535e3fc75 /docs | |
| parent | 367634f976ab43db93321bf4eb898449b670e291 (diff) | |
Refs #29983 -- Added support for using pathlib.Path in all settings.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.txt | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
