Commit Graph

5 Commits

Author SHA1 Message Date
Tim Abbott
38e97089fc python: Sort imports in database migrations. 2017-11-15 15:44:00 -08:00
Brock Whittaker
ca2f93db31 settings: Restyle "emoji style" section.
This restyles and rewords some of the emoji style section to look
better and fit it more with the current style guide.

Tweaked by tabbott to modify the historical migration rather than
adding a new one.  This is OK because the emojiset choices text change
doesn't touch the database; it's just a Django Python code thing.

Also removed translation tags, since we don't need them for a set of
brand names.
2017-11-10 17:04:27 -08:00
rht
4975122338 zerver/migrations: Remove from __future__ import *. 2017-09-28 10:16:18 -07:00
Tim Abbott
427629ca4c emoji: Fix strings in migration 0076.
It's arguably a bug that Django puts the value strings into the
migration object, but this was causing test failures.
2017-04-24 22:50:19 -07:00
Harshit Bansal
fb3fda031d models: Add emojiset field to UserProfile model.
Includes a database migration.
2017-04-24 22:30:06 -07:00