zulip/zilencer
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
..
management Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00
migrations Replace bytes by strings in zilencer/migrations. 2016-07-04 12:08:37 -07:00
README.md Update comments to rename Local Server => Enterprise. 2013-11-12 15:57:02 -05:00
__init__.py [schema] Support for authenticating Deployments via the API. 2013-10-25 14:13:30 -04:00
error_notify.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
forms.py Extend lint-all to check for newlines at the end of files. 2016-03-17 23:03:56 -07:00
models.py mypy: Convert several directories to use typing.Text. 2016-12-07 20:51:05 -08:00
tests.py Remove extra new lines at the ends of Zulip authoried files. 2016-09-26 21:05:24 -07:00
urls.py lint: Fix E127 pep8 violations. 2016-12-01 10:23:55 -08:00
views.py Rename models.get_realm_by_string_id to get_realm. 2017-01-04 17:12:23 -08:00

README.md

ZILENCER -- The Zulip License Manager

This app is the place for storing state about various deployments of Zulip that exist in the world.