[PYTHON] update django version 1.11.1 to 2.2

background

When I upgraded the Django version from 1.11.1 to 2.2 I also had to upgrade the version of django-filter. (Raised from 1.0.4 to 2.2.0.) Then, the API thrown with ...? Id = null was returned with BadRequest.

Cause

--The process of checking STRICT from FilterSet has been abolished.

1.11.1

Announcement

-https://django-filter.readthedocs.io/en/master/guide/migration.html#filterset-strictness-handling-moved-to-view-788

Correspondence 1

--I'm afraid I have to specify strict = False in FilterView, but it's not working.

Correspondence 2

--Make your own FILTER BACKEND

Recommended Posts

update django version 1.11.1 to 2.2
django update
Django version check
How to update easy_install
How to update Spyder
unable to import django
Transit to the update screen with the Django a tag
Introduction to Python Django (2) Win
Tabpy 1.0 (2020-01 version) How to install
Shell to create django project
How to update with SQLAlchemy?
Update python on Mac to 3.7-> 3.8
Update python-social-auth from 0.1.x to 0.2.x
Introduction to Python (Python version APG4b)
How to change Python version
Pass text to Django genericview
Deploy django project to heroku
Steps to develop Django with VSCode
[Django] How to test Form [TDD]
Django1.11.1 Image uploader Easy to stumble
Steps to create a Django project
Errors related to memcached in django
How to update Spyder in Anaconda
Common html to rent with Django
How to get the Python version
Django
How to reflect CSS in Django
How to get started with Django
Deploy the Django tutorial to IIS ①
How to write Django1.9 environment-independent wsgi.py
How to check Linux OS version
How to update the python version of Cloud Shell on GCP
Python version to get unused ports
Introduction to Python Django (2) Mac Edition
[AWS SAM] Introduction to Python version
How to authenticate with Django Part 2
How to authenticate with Django Part 3
The story of failing to update "calendar.day_abbr" on the admin screen of django
Update Python on Mac from 2 to 3
How to do arithmetic with Django template
Step notes to get started with django
Migrate Django applications running on Python 2.7 to Python 3.5
[Django] Convert QuerySet to dictionary type list
How to update to Chainer 2.0 (Windows + CUDA 8.0 + CUDNN)
How to update Google Sheets from Python
How to delete expired sessions in Django
[Django] Want to customize your admin page?
How to manually update the AMP cache
[Django] Give an initial value to ChoiceField
Automatically update CSV files to AWS DynamoDB
How to update php on Amazon linux 2
4 ways to update diffs from spreadsheets to BigQuery
Could not update pip due to ssl
How to check opencv version in python
Django initial setup up to Intellij Debug
How to update security on CentOS Linux 8
Django non-logged-in users want to transition to login.html
How to do Server-Sent Events in Django
How to convert DateTimeField format in Django
Output user information etc. to Django log
[Python] Introduce UIKit3 to your Django project