From 3cc08f72f06ac7d5b6dd97bef3f09d9181fdced6 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Fri, 24 May 2024 11:25:22 +0200 Subject: [PATCH] add permission2 --- .../tests/management/commands/populate_users.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/django_oapif_tests/tests/management/commands/populate_users.py b/tests/django_oapif_tests/tests/management/commands/populate_users.py index 0b9d1ae7..7b104c1c 100644 --- a/tests/django_oapif_tests/tests/management/commands/populate_users.py +++ b/tests/django_oapif_tests/tests/management/commands/populate_users.py @@ -14,6 +14,7 @@ def handle(self, *args, **options): viewing = [] for model in ( + "non_null_field_with_default", "point_2056_10fields", "point_2056_10fields_local_geom", "nogeom_10fields",