From 43396122360a3e14aea4388190faa3d07549d94d Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Apr 07 2020 15:38:33 +0000 Subject: [PATCH 1/2] Describes issue #401 --- diff --git a/modules/release-notes/pages/developers/Development_Web.adoc b/modules/release-notes/pages/developers/Development_Web.adoc index 7b8324d..b7d7c88 100644 --- a/modules/release-notes/pages/developers/Development_Web.adoc +++ b/modules/release-notes/pages/developers/Development_Web.adoc @@ -3,3 +3,22 @@ include::{partialsdir}/entities.adoc[] [[sect-web-development]] = Web Development + +== Django 3.0 + +The `python-django` package has been updated to version 3.0 in Fedora 32. Notable changes in this version include: ++ +* ASGI support ++ +* MariaDB support ++ +* Exclusion constraints on PostgreSQL ++ +* Enumerations for model field choices ++ +* Various minor features ++ +* Several deprecations and removals + +See the link:https://docs.djangoproject.com/en/3.0/releases/3.0/[upstream release notes] for full information about this release. + From 0cae26f974ddbf574cd7a40efccca55d48b0ab1b Mon Sep 17 00:00:00 2001 From: Jaroslav Klech Date: Apr 07 2020 15:38:33 +0000 Subject: [PATCH 2/2] Applies SME feedback --- diff --git a/modules/release-notes/pages/developers/Development_Web.adoc b/modules/release-notes/pages/developers/Development_Web.adoc index b7d7c88..1c2e32d 100644 --- a/modules/release-notes/pages/developers/Development_Web.adoc +++ b/modules/release-notes/pages/developers/Development_Web.adoc @@ -10,13 +10,13 @@ The `python-django` package has been updated to version 3.0 in Fedora 32. Notabl + * ASGI support + -* MariaDB support +* Official MariaDB support + * Exclusion constraints on PostgreSQL + * Enumerations for model field choices + -* Various minor features +* Various new minor features + * Several deprecations and removals