Upgrade to Django 3.2
- update dependencies - fix deprecation warnings - fix tests - skip some tests that need more work - reformat changed code with isort and black
This commit is contained in:
parent
0f18e59d67
commit
4af1a39ca4
93 changed files with 3598 additions and 2725 deletions
|
@ -7,9 +7,9 @@ from unittest.mock import MagicMock, Mock, patch
|
|||
from django.forms import ValidationError
|
||||
from django.test import TestCase
|
||||
from django.urls import reverse
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import gettext as _
|
||||
|
||||
from domains.forms import relative_domain_validator, CreateHostingDomainForm
|
||||
from domains.forms import CreateHostingDomainForm, relative_domain_validator
|
||||
|
||||
|
||||
class RelativeDomainValidatorTest(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue