mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
This reverts commit 4ed534758c
.
This commit is contained in:
parent
04e87e79a0
commit
bb8f66934d
7 changed files with 33 additions and 84 deletions
|
@ -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`).
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue