zulip/zerver/views/development
Tim Abbott 898798a352 email_log: Fix buggy use of get_realm_stream.
I'm surprised that this wasn't a mypy error; we were passing a Realm
object as an integer, and predictably, this resulted in us
constructing a cache key that looked like this:

stream_by_realm_and_name:<Realm: zulip 1>:dd5...
2019-03-18 10:59:30 -07:00
..
__init__.py
email_log.py email_log: Fix buggy use of get_realm_stream. 2019-03-18 10:59:30 -07:00
registration.py tooling: Move confirmation_key view to development only views. 2019-01-11 12:45:21 -08:00