On December 2, 2019, comes with Django 3.0 Released.
This new release comes with many changes and features, let's see :
Django 3.0 supports new versions of Python 3.6, 3.7, and 3.8 (the old Django 2.2.x series is the last to support Python 3.5);
Django now officially supports MariaDB 10.1 and higher;
Django is fully async-capable by providing support for running as an ASGI application;
The
↧