Django 4.2

* updates Django to 4.x and other packages (if possible) to latest versions
* Attention: Requires postgresql >= 12.0
* updates code fragments to match requirements of newer package versions
This commit is contained in:
2023-10-12 09:57:05 +02:00
parent e63de9b628
commit 157e733c5a
7 changed files with 73 additions and 46 deletions

View File

@@ -6,7 +6,7 @@ Created on: 15.08.22
"""
from bootstrap_modal_forms.forms import BSModalForm
from bootstrap_modal_forms.utils import is_ajax
from bootstrap_modal_forms.mixins import is_ajax
from django.contrib import messages
from django.http import HttpResponseRedirect, HttpRequest
from django.shortcuts import render