zulip/zephyr/management
Tim Abbott b5c8fd73f5 populate_db Use message_type variable consistently.
We previously were only using it at the first loop through all
messages, which meant code accessing the message type copied from one
place to another would break (potentially subtly), because things
would work if and only if the very last message happened to have the
same type as what is expected in the relevant piece of code.

(imported from commit ad9ce5efdb200e0c0d5c3ffa6db33113fdad8c5a)
2012-12-06 10:32:45 -05:00
..
commands populate_db Use message_type variable consistently. 2012-12-06 10:32:45 -05:00
__init__.py Add a management command to populate the database. 2012-08-28 12:45:10 -04:00