mirror of https://github.com/zulip/zulip.git
aa98b39429
This commit adds code to copy the realm-level default of
settings while creating users through bulk_create_users.
We do not directly call 'copy_default_settings' as it
calls ".save()" but here we want to bulk_create the objects
for efficiency.
We also add the code to set realm-default of enter_sends as
True for the Zulip dev server as done in
|
||
---|---|---|
.. | ||
__init__.py | ||
add_mock_conversation.py | ||
calculate_first_visible_message_id.py | ||
compare_messages.py | ||
downgrade_small_realms_behind_on_payments.py | ||
invoice_plans.py | ||
mark_all_messages_unread.py | ||
migrate_stream_notifications.py | ||
populate_db.py | ||
print_initial_password.py | ||
profile_request.py | ||
queue_rate.py | ||
render_messages.py | ||
rundjangoserver.py | ||
switch_realm_from_standard_to_plus_plan.py | ||
sync_api_key.py |