Bump Django version to Current LTS Version

This patch update Django version to the current LTS version i.e. 3.2
in global-requirements.txt as Django 2.2 is going to end its extended
support by April 2022[1]. horizon and all its plugins already support
Django 3.2 version, So let's make this the default version. Also,
I will update the Django version in ``upper-constraints.txt' in a
separate patch because if I update the Django version in
upper-constraints.txt in the same patch requirements check-uc job
starts failing.

[1] https://www.djangoproject.com/download/

Change-Id: I600d36a842ef56dfb01d932df079a32e7f7395e4
This commit is contained in:
manchandavishal 2021-09-15 13:33:52 +05:30
parent 77f402bc5a
commit 1c8fe31aee

View File

@ -42,7 +42,7 @@ defusedxml # PSF
dib-utils # Apache-2.0
diskimage-builder!=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
distro # Apache-2.0
Django<3.0 # BSD
Django<3.3 # BSD
django-compressor # MIT
django-debreach # BSD
django-formtools # BSD