From c84e0d21aab34e7f0acb24cf1c91c7941b056e59 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Tue, 21 Nov 2023 17:35:47 +0500 Subject: [PATCH] Remove debug option --- tests/fake_app/resources.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/fake_app/resources.py b/tests/fake_app/resources.py index 1bf8ba6..3ac71e0 100644 --- a/tests/fake_app/resources.py +++ b/tests/fake_app/resources.py @@ -17,7 +17,6 @@ class Meta: "name", "instrument", ] - # clean_model_instances = True class ArtistResourceWithM2M(CeleryModelResource):