From 98ff73f097357b19f517db23f02e01f6a9d2028a Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 22 Oct 2024 10:34:06 +1100 Subject: [PATCH] Upgrade to Django 5.1 This provides the new "Reusable field group templates" feature (as of 5.0). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b2d2bb7c..25bf596c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Installed in virtualenv -Django==4.2.16 +Django==5.1.2 # Provided by Debian Bookworm. beautifulsoup4==4.11.2 html5lib==1.1