diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2019-12-11 11:57:27 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-12 14:24:10 +0100 |
| commit | 9736137cdc4b7528a0aca17415dc9798660eed81 (patch) | |
| tree | e80fef8d3363136946237da99ea2e9a41f435a8f /docs/releases | |
| parent | b33bfc383935cd26e19a2cf71d066ac6edd1425f (diff) | |
Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in passing optional named groups in Django 3.0.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 92b15d75cb..435755f732 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -548,6 +548,10 @@ Miscellaneous * Support for ``sqlparse`` < 0.2.2 is removed. +* ``RegexPattern``, used by :func:`~django.urls.re_path`, no longer returns + keyword arguments with ``None`` values to be passed to the view for the + optional named groups that are missing. + .. _deprecated-features-3.0: Features deprecated in 3.0 |
