From Fedora Project Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{admon/tip | Guidance | For details on how to fill out this form, see the [https://docs.fedoraproject.org/en-US/program_management/changes_guide/ documentation].}}


<!-- The actual name of your proposed change page should look something like: Changes/Your_Change_Proposal_Name.  This keeps all change proposals in the same namespace -->
<!-- The actual name of your proposed change page should look something like: Changes/Your_Change_Proposal_Name.  This keeps all change proposals in the same namespace -->

Revision as of 15:37, 5 January 2022


Change Proposal Name Django 4.0

Summary

Update Django to version 4.0.

Owner


Current status

  • Targeted release: Fedora Linux 36
  • Last updated: 2022-01-05
  • FESCo issue: <will be assigned by the Wrangler>
  • Tracker bug: <will be assigned by the Wrangler>
  • Release notes tracker: <will be assigned by the Wrangler>

Detailed Description

The Django project has regular releases about every 9 months. Django 4.0 is a major milestone, and this Change will bring the Fedora included version to the latest version.

The immediate step is to bump the python-django package to version 4.0. It is expected, that dependent packages will be updated as well, or retired, if they haven't seen an update for long time.

Feedback

Benefit to Fedora

This updates to the latest Django version and allows to use the distribution provided version to be used both in new developments and also with latest Django applications.

The upstream project has more info on what's new https://www.djangoproject.com/weblog/2021/dec/07/django-40-released/

The risk of not completing this change is that the next update will be more disruptive, Django 4.1 is planned for about the same time as Fedora 37 will land.

Scope

  • Proposal owners: python-django will be updated to version 4.0.
  • Other developers:

Other developers or maintainers will have to test their packages with Django 4.0.

  • Policies and guidelines: N/A (not needed for this Change)
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

How To Test

The python3-django package has to be installed in order to run the test.

   django-admin --version
   4.0



Dependencies

Django (the fedora package name is python-django) has a few dependent packages which should get updated (or removed) as noted above. If they were not updated for Django 4.0, that probably means that their upstream is not very active anymore.


Contingency Plan

  • Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
  • Contingency deadline: N/A (not a System Wide Change)
  • Blocks release? N/A (not a System Wide Change), Yes/No


Documentation

Extensive upstream documentation can be found at https://docs.djangoproject.com/en/4.0/


N/A (not a System Wide Change)

Release Notes