mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Thanks Aymeric Augustin for the suggestion.
This commit is contained in:
parent
98788d3c3a
commit
2fb5a51fa3
14 changed files with 87 additions and 21 deletions
|
@ -469,6 +469,10 @@ these changes.
|
|||
|
||||
* ``django.forms.get_declared_fields`` will be removed.
|
||||
|
||||
* The ``WSGIRequest.REQUEST`` property will be removed.
|
||||
|
||||
* The class ``django.utils.datastructures.MergeDict`` will be removed.
|
||||
|
||||
2.0
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue