diff options
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.1.1.txt | 4 | ||||
| -rw-r--r-- | docs/releases/3.1.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/releases/3.1.1.txt b/docs/releases/3.1.1.txt index 0a0eeb461a..fd0843c2ae 100644 --- a/docs/releases/3.1.1.txt +++ b/docs/releases/3.1.1.txt @@ -31,3 +31,7 @@ Bugfixes * Fixed a regression in Django 3.1 that caused a crash when decoding an invalid session data (:ticket:`31895`). + +* Reverted a deprecation in Django 3.1 that caused a crash when passing + deprecated keyword arguments to a queryset in + ``TemplateView.get_context_data()`` (:ticket:`31877`). diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 52e09b4d1d..a9ebe7b094 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -798,10 +798,6 @@ Miscellaneous * The ``list`` message for :class:`~django.forms.ModelMultipleChoiceField` is deprecated in favor of ``invalid_list``. -* The passing of URL kwargs directly to the context by - :class:`~django.views.generic.base.TemplateView` is deprecated. Reference - them in the template with ``view.kwargs`` instead. - * Passing raw column aliases to :meth:`.QuerySet.order_by` is deprecated. The same result can be achieved by passing aliases in a :class:`~django.db.models.expressions.RawSQL` instead beforehand. |
