Django 3 released

Mentionable improvements are:

  • Django 3.0 begins our journey to making Django fully async-capable by providing support for running as an ASGI application.
  • Django now officially supports MariaDB 10.1 and higher.
  • Custom enumeration types TextChoices, IntegerChoices, and Choices are now available as a way to define model field choices.

Details are in the announcement.


Posted

in

by

Tags: