Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
amqp based concurrent test framework, nearly finished
Browse files Browse the repository at this point in the history
rref #5367
rref #5366

ref zetaops/zengine#66
ref zetaops/zengine#65
  • Loading branch information
evrenesat committed Jul 26, 2016
1 parent 82620b9 commit ede0b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulakbus/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',]

0 comments on commit ede0b99

Please sign in to comment.