Fix merge conflicts

This commit is contained in:
Griatch 2019-01-17 23:08:19 +01:00
commit 690ed6ecd1
5 changed files with 1763 additions and 9 deletions

View file

@ -432,6 +432,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
# only allow exact matching if searching the entire database
# or unique #dbrefs
exact = True
candidates = None
elif candidates is None:
# no custom candidates given - get them automatically