zulip/zerver
Rishi Gupta 2b0a7fd0ba Rename models.get_realm_by_string_id to get_realm.
Finishes the refactoring started in c1bbd8d. The goal of the refactoring is
to change the argument to get_realm from a Realm.domain to a
Realm.string_id. The steps were

* Add a new function, get_realm_by_string_id.

* Change all calls to get_realm to use get_realm_by_string_id instead.

* Remove get_realm.

* (This commit) Rename get_realm_by_string_id to get_realm.

Part of a larger migration to remove the Realm.domain field entirely.
2017-01-04 17:12:23 -08:00
..
fixtures integrations: Add webhook payloads for solano labs 2017-01-03 20:18:34 -08:00
lib Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
management Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
migrations Add setting hiding private message content in desktop notifications. 2016-12-30 14:10:34 -08:00
templatetags docs: Add support for including markdown files in others. 2016-12-30 17:16:29 -08:00
tests Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
tornado Change X.realm.id to X.realm_id across codebase. 2017-01-03 16:46:26 -08:00
views Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
worker queue_processors.SignupWorker: Upgrade to MailChimp API v3.0. 2016-12-29 16:16:18 -08:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
context_processors.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
decorator.py Fix text_type->Type mypy merge conflict error. 2016-12-29 15:03:37 -08:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py pep8: Fix E301 pep8 violations. 2016-11-29 08:51:44 -08:00
forms.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
logging_handlers.py pep8: Fix E131. 2016-12-01 23:16:47 -08:00
middleware.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
models.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00
storage.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00