mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
get_remote_server_by_uuid (called in validate_api_key) raises ValidationError when given an invalid UUID due to how Django handles UUIDField. We don't want that exception and prefer the ordinary DoesNotExist exception to be raised.
107 KiB
107 KiB