Bump Django to 4.1.* (#2989)

This commit is contained in:
Raphael Michel
2023-06-05 09:56:31 +02:00
committed by GitHub
parent 3a8556bb78
commit bd32b33ba9
119 changed files with 742 additions and 613 deletions

View File

@@ -33,8 +33,7 @@
# License for the specific language governing permissions and limitations under the License.
from django.conf import settings
from django.conf.urls import re_path
from django.urls import include
from django.urls import include, re_path
from django.views.generic import RedirectView
import pretix.control.urls