From cc68c7d2483e0b86e5ffe5b583ecfd8bd3e972ec Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Wed, 24 Jun 2026 14:40:13 -0400 Subject: [PATCH] Updated howto-release-django.txt with reminder to bump asgiref. --- docs/internals/howto-release-django.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index c8063b78df9a..2ee1574ba5b0 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -778,6 +778,13 @@ You're almost done! All that's left to do now is: #. Forward port the updated source translations to the ``main`` branch (:commit:`example commit `). +#. If this was an ``alpha`` pre-release, coordinate with the maintainer of + :pypi:`asgiref` to determine when to raise the minimum version before the + final release. For the backport, add an upper bound on the next major + version (example commits: + :commit:`main `, + :commit:`backport `). + #. If this was an ``rc`` pre-release, call for translations for the upcoming release in the `Django Forum - Internationalization category `_.