From a919c0ee26e315f92216bff5130abaca5482d29d Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 19 May 2022 09:47:31 +0200 Subject: [PATCH] force query --- ereuse_devicehub/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ereuse_devicehub/views.py b/ereuse_devicehub/views.py index dc426d8e..d09ff3a4 100644 --- a/ereuse_devicehub/views.py +++ b/ereuse_devicehub/views.py @@ -64,6 +64,7 @@ class GenericMixin(View): ) ) .distinct() + .all() ) def get_context(self):