mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed #30997 -- Deprecated HttpRequest.is_ajax().
This commit is contained in:
parent
7fa0fa45c5
commit
e348ab0d43
6 changed files with 31 additions and 1 deletions
|
@ -44,6 +44,8 @@ details on these changes.
|
|||
|
||||
* The ``django-admin.py`` entry point will be removed.
|
||||
|
||||
* The ``HttpRequest.is_ajax()`` method will be removed.
|
||||
|
||||
See the :ref:`Django 3.1 release notes <deprecated-features-3.1>` for more
|
||||
details on these changes.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue