diff --git a/pyproject.toml b/pyproject.toml index fe518867..c684d613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,6 @@ deps = black beautifulsoup4 dj-database-url - importlib-metadata==4.13.0 factory-boy django2: Django<3 django3: Django<4 diff --git a/tests/test_admin_views.py b/tests/test_admin_views.py index 4681bed8..a8ca0258 100644 --- a/tests/test_admin_views.py +++ b/tests/test_admin_views.py @@ -226,6 +226,7 @@ def test_detail(admin_client): { "django/forms/div.html": 1, "django/forms/errors/list/default.html": 2, + "admin/widgets/date.html": 3, "django/forms/errors/list/ul.html": 56, } ) @@ -264,6 +265,7 @@ def test_detail(admin_client): { "django/forms/div.html", "django/forms/errors/list/default.html", + "admin/widgets/date.html", "django/forms/errors/list/ul.html", } )