zulip/zilencer/management/commands
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
..
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
compare_messages.py Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
create_deployment.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
grant_invites.py Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
migrate_stream_notifications.py Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
populate_db.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
print_initial_password.py Annotate most Zulip management commands. 2016-06-04 10:12:06 -07:00
profile_request.py Django 1.10: Use add_argument for options in BaseCommand. 2016-11-04 10:20:23 -07:00
render_messages.py Always start python via shebang lines. 2016-11-26 14:46:37 -08:00
sync_api_key.py sync_api_key: Fix `ConfigParser` deprecation warnings. 2016-12-30 11:52:22 -08:00
test_messages.txt Split management commands for internal use into zilencer/ 2013-11-04 11:58:52 -05:00