From ede0b99e582faf82404dcafc45458082828178df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evren=20Esat=20=C3=96zkan?= Date: Tue, 26 Jul 2016 10:45:34 +0300 Subject: [PATCH] amqp based concurrent test framework, nearly finished rref #5367 rref #5366 ref zetaops/zengine#66 ref zetaops/zengine#65 --- ulakbus/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulakbus/settings.py b/ulakbus/settings.py index 045c2bef..8913206c 100644 --- a/ulakbus/settings.py +++ b/ulakbus/settings.py @@ -232,7 +232,7 @@ TEST_FLUSHING_EXCLUDES = 'Unit,Permission,User,AbstractRole,Role' #: User search method of messaging subsystem will work on these fields -MESSAGING_USER_SEARCH_FIELDS = ['username', ] +MESSAGING_USER_SEARCH_FIELDS = ['name', 'surname'] #: Unit search method of messaging subsystem will work on these fields MESSAGING_UNIT_SEARCH_FIELDS = ['name',]