zulip/zilencer/management/commands
Anders Kaseorg 729f70142f populate_db: Fix naive datetime RuntimeWarning.
Fixes these warnings from populate_db:

/srv/zulip-py3-venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1419: RuntimeWarning: DateTimeField Draft.last_edit_time received a naive datetime (2021-09-10 23:33:15.063608) while time zone support is active.
  RuntimeWarning)
/srv/zulip-py3-venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1419: RuntimeWarning: DateTimeField Draft.last_edit_time received a naive datetime (2021-09-10 23:33:15.065517) while time zone support is active.
  RuntimeWarning)

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-09-10 17:02:50 -07:00
..
__init__.py
add_mock_conversation.py refactor: Make acting_user a mandatory kwarg for bulk_add_subscriptions. 2021-04-02 14:44:41 -07:00
add_new_realm.py management: Fix typing for management scripts. 2021-08-20 05:54:18 -07:00
add_new_user.py management: Fix typing for management scripts. 2021-08-20 05:54:18 -07:00
add_remote_server.py management: Fix typing for management scripts. 2021-08-20 05:54:18 -07:00
calculate_first_visible_message_id.py management: Fix typing for management scripts. 2021-08-20 05:54:18 -07:00
compare_messages.py render_messages: Use JSON Lines format. 2021-05-20 13:12:16 -07:00
downgrade_small_realms_behind_on_payments.py billing: Downgrade small realms that are behind on payments. 2021-07-02 13:19:12 -07:00
invoice_plans.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
mark_all_messages_unread.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
migrate_stream_notifications.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
populate_db.py populate_db: Fix naive datetime RuntimeWarning. 2021-09-10 17:02:50 -07:00
print_initial_password.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
profile_request.py request: Refactor ZulipRequestNotes to RequestNotes. 2021-09-03 08:48:45 -07:00
queue_rate.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
render_messages.py render_messages: Use JSON Lines format. 2021-05-20 13:12:16 -07:00
rundjangoserver.py rundjangoserver: Filter stdout instead of forking the code. 2021-05-24 18:54:47 -07:00
sync_api_key.py python: Convert percent formatting to Python 3.6 f-strings. 2020-06-10 15:02:09 -07:00