diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index dbd4ba72a..94d86b171 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -3131,6 +3131,7 @@ class Person(Address, Merge, OwnPerms, ValueGetter, MainItem): "ishtaruser__isnull": "ishtaruser__isnull", "attached_to": "attached_to", } + BASE_REQUEST_EXCLUDE = {"name": "AnonymousUser", "surname": "AnonymousUser"} # alternative names of fields for searches ALT_NAMES = { |
