diff options
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 |
