From 6e15a0e7ac7b1b3951bc99853de9d5c5637abee4 Mon Sep 17 00:00:00 2001 From: benjamin-arfa <33234814+benjamin-arfa@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:06:17 +0100 Subject: [PATCH] Update base.py Update the sql_server_versions. Please change as needed regarding the date. Fix required to use with Django 4.1 (as not compatible with Django 5.0 on Mac). Cheers. --- mssql/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mssql/base.py b/mssql/base.py index c69046ac..6b6fb75f 100644 --- a/mssql/base.py +++ b/mssql/base.py @@ -196,6 +196,7 @@ class DatabaseWrapper(BaseDatabaseWrapper): 14: 2017, 15: 2019, 16: 2022, + 17: 2022 } # https://azure.microsoft.com/en-us/documentation/articles/sql-database-develop-csharp-retry-windows/