Tim Abbott
38e97089fc
python: Sort imports in database migrations.
2017-11-15 15:44:00 -08:00
rht
c2a5b5f160
zerver/migrations: Use python 3 syntax for typing.
2017-10-26 15:24:56 -07:00
rht
691598a88b
py3: Remove "from six.moves import range".
...
This is no longer required, since in Python 3, this is what the range
built-in does.
2017-10-17 23:28:14 -07:00
rht
4975122338
zerver/migrations: Remove from __future__ import *.
2017-09-28 10:16:18 -07:00
Tim Abbott
f46d99ba85
lint: Remove zerver/migrations from main exclude list.
2016-12-27 19:45:33 -08:00
Rishi Gupta
9ef8536cc6
models.Realm: Require Realm.string_id to be non-NULL.
...
Adds a database migration, adds a new string_id argument to the management
realm creation command, and adds a short name field to the web realm
creation form when REALMS_HAVE_SUBDOMAINS is False.
2016-11-02 22:46:34 -07:00