From cde1d94566e85fd83460053014970618c8a6d44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evren=20Esat=20=C3=96zkan?= Date: Sat, 9 Jul 2016 20:16:46 +0300 Subject: [PATCH] rref #5367 rref #5366 ref zetaops/zengine#66 ref zetaops/zengine#65 --- ulakbus/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ulakbus/settings.py b/ulakbus/settings.py index 6f48613a..7a53ffbc 100644 --- a/ulakbus/settings.py +++ b/ulakbus/settings.py @@ -228,3 +228,6 @@ #: These models will not flushed when running tests TEST_FLUSHING_EXCLUDES = 'Unit,Permission,User,AbstractRole,Role' + +#: User search method of messaging subsystem will work on these fields +MESSAGING_USER_SEARCH_FIELDS = ['username', ]