Tim Abbott
|
79e8bff8fa
|
views: Change use of typing.Text to str.
This is the first part of a general migration of our typing codebase
to use the simpler `str` for strings.
|
2018-04-23 18:51:23 -07:00 |
rht
|
296835351d
|
zerver/views: Text-wrap long lines exceeding 110.
Tweaked by tabbott to fix various minor issues.
|
2017-11-07 17:24:09 -08:00 |
Tim Abbott
|
1cd017288d
|
views: Fix imports of REQ/has_request_variables from the wrong place.
These were never in zerver/decorator.py, and so it makes sense to
import them zerver/lib/request.py, mostly for ease of finding things.
|
2017-10-27 15:07:31 -07:00 |
rht
|
45e8ce559d
|
zerver/views: Use python 3 syntax for typing.
|
2017-10-26 21:58:22 -07:00 |
Tim Abbott
|
b936e8c24b
|
lint: Fix lines in Python codebase longer than 125 characters.
|
2017-10-26 17:36:54 -07:00 |
Tim Abbott
|
13bb546ddd
|
subdomains: Hardcode can_add_realm_domains=True.
It was already always True if REALMS_HAVE_SUBDOMAINS, and now that's
the only supported configuration.
|
2017-10-02 16:32:10 -07:00 |
rht
|
15ca13c8de
|
zerver/views: Remove absolute_import.
|
2017-09-27 10:00:39 -07:00 |
Tim Abbott
|
4a67ba241e
|
realm_domains: Restructure library for getting realm domains.
* Remove duplicate list_of_domains_for_realm of get_realm_domains.
* Move get_realm_domains from actions.py.
|
2017-04-28 21:11:56 -07:00 |
Harshit Bansal
|
b40a8ea20b
|
views/realm_aliases.py: `realm_alias` migration.
* Rename `views/realm_aliases.py` to `views/realm_domains.py`.
* Remove any occurrences of `alias`.
|
2017-04-04 15:48:03 -07:00 |