adjutant/releasenotes/notes/django-2-2-465a8bb124f1f7fe.yaml
Adrian Turjak ad81fdf706 Update to Django 2.2, drop py2 support
OpenStack is dropping the py2.7 support in Ussuri cycle.

Adjutant is also upgrading to Django 2.2 at the same time
which is the new Django LTS, and only supports python 3.

Complete discussion & schedule can be found in
-
http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I2a429ebd6bc20385e814da03b222a1f61214a683
2020-02-14 10:42:27 +13:00

12 lines
532 B
YAML

---
upgrade:
- |
Adjutant will now officially only support Python3.6 onwards, and will
start introducing features only applicable to that version onwards.
deprecations:
- |
Python2 support has been officially deprecated. The code may still be
compatible for a bit longer, but we are also switching to Django 2.2,
and python2 can no longer be tested. Support for Python less than 3.6
has also been deprecated, but may still work for older python3 versions
for a little longer, although not officially.