zulip/zerver
Tim Abbott 27a0e307b6 cache: Fix typing for generic_bulk_cached_fetch.
The typing for generic_bulk_cached_fetch is complicated, and was
recorded incorrectly previously for the case where a cache_transformer
function is required.  We fix this by adding the new CacheItemT, and
additionally add comments explaining what's going on with these types
for future reference.

Thanks to Mateusz Mandera for raising this issue.
2019-08-14 11:00:40 -07:00
..
data_import slack_message_conversion: Clean up type ignores. 2019-08-09 16:39:16 -07:00
lib cache: Fix typing for generic_bulk_cached_fetch. 2019-08-14 11:00:40 -07:00
management management: Fix password reset emails being sent to deactivated users. 2019-08-14 10:50:45 -07:00
migrations production: Rename the 'zulip' system bot realm to 'zulipinternal'. 2019-07-31 16:01:36 -07:00
openapi subscriptions: Avoid sending unneeded subscriber information. 2019-08-09 16:03:21 -07:00
templatetags webhooks/freshdesk/doc.md: Remove unescape_rendered_html kludge. 2019-07-03 15:05:45 -07:00
tests management: Fix password reset emails being sent to deactivated users. 2019-08-14 10:50:45 -07:00
tornado event_queue: Actually fix missing copy for edit-message events. 2019-08-12 15:17:10 -07:00
views data export: Add limits on exporting large organizations. 2019-08-12 18:21:09 -07:00
webhooks zerver: Accept HEAD requests wherever GET requests are accepted. 2019-08-12 16:47:41 -07:00
worker data export: Add summary logging of runtime. 2019-08-12 18:21:08 -07:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py open graph: Uploaded realm icon URL is absolute for some backends. 2019-05-20 13:14:28 -07:00
decorator.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
logging_handlers.py zerver: Accept HEAD requests wherever GET requests are accepted. 2019-08-12 16:47:41 -07:00
middleware.py middleware: Fix exception typing. 2019-07-31 12:23:20 -07:00
models.py cache: Fix typing for generic_bulk_cached_fetch. 2019-08-14 11:00:40 -07:00
signals.py zerver core: Remove unused imports. 2019-02-02 17:41:24 -08:00