zulip/zerver/views
Eklavya Sharma 10f2ec043d Fix zerver.lib.utils.generate_random_token.
generate_random_token used to return a value of type six.binary_type
and its return type was annotated as `str`.  This commit fixes that
by making it return a value of type `six.text_type` and updating
the annotation accordingly.
Also fix clashing annnotations.
2016-06-12 09:30:53 -07:00
..
webhooks Annotate zerver.views.webhooks.taiga. 2016-06-09 17:08:55 -07:00
__init__.py Fix zerver.lib.utils.generate_random_token. 2016-06-12 09:30:53 -07:00
alert_words.py Type annotation of zerver/views/alert_words. 2016-06-03 08:07:58 -07:00
messages.py Use text_type as type of cache keys and update users. 2016-06-11 09:10:34 -07:00
realm_emoji.py Fix malformed error message when creating invalid Realm Emoji. 2016-06-03 23:12:36 -07:00
report.py Annotate zerver/views/report.py. 2016-06-11 18:42:37 -07:00
streams.py Remove default_stream addition and deletion from update_stream_backend. 2016-06-10 16:59:15 -07:00
tutorial.py Annotate zerver.views.tutorial. 2016-06-02 18:49:27 -07:00
upload.py Serve uploaded files through get_uploaded_file in development. 2016-06-09 22:58:25 -07:00
user_settings.py Annotate zerver/views/user_settings. 2016-06-04 17:41:59 -07:00
users.py Add annotations to avatar.py, db.py, logging_util.py, unminify.py. 2016-06-05 12:38:20 -07:00