Merge remote-tracking branch 'origin/master'
All checks were successful
Run tests / Execute tox to run the test suite (push) Successful in 4m55s

This commit is contained in:
2025-05-22 14:34:03 +02:00
53 changed files with 203 additions and 160 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from django_countries import Countries
CHOICE_FIELD_MAX_LENGTH = 25