zulip/zerver/management/commands
rht 41e3db81be dependencies: Upgrade to Django 2.2.10.
Django 2.2.x is the next LTS release after Django 1.11.x; I expect
we'll be on it for a while, as Django 3.x won't have an LTS release
series out for a while.

Because of upstream API changes in Django, this commit includes
several changes beyond requirements and:

* urls: django.urls.resolvers.RegexURLPattern has been replaced by
  django.urls.resolvers.URLPattern; affects OpenAPI code and related
  features which re-parse Django's internals.
  https://code.djangoproject.com/ticket/28593
* test_runner: Change number to suffix. Django changed the name in this
  ticket: https://code.djangoproject.com/ticket/28578
* Delete now-unnecessary SameSite cookie code (it's now the default).
* forms: urlsafe_base64_encode returns string in Django 2.2.
  https://docs.djangoproject.com/en/2.2/ref/utils/#django.utils.http.urlsafe_base64_encode
* upload: Django's File.size property replaces _get_size().
  https://docs.djangoproject.com/en/2.2/_modules/django/core/files/base/
* process_queue: Migrate to new autoreload API.
* test_messages: Add an extra query caused by .refresh_from_db() losing
  the .select_related() on the Realm object.
* session: Sync SessionHostDomainMiddleware with Django 2.2.

There's a lot more we can do to take advantage of the new release;
this is tracked in #11341.

Many changes by Tim Abbott, Umair Waheed, and Mateusz Mandera squashed
are squashed into this commit.

Fixes #10835.
2020-02-13 16:27:26 -08:00
..
__init__.py
add_users_to_mailing_list.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
add_users_to_streams.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
archive_messages.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
backup.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
bankrupt_users.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
bulk_change_user_name.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
change_user_email.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
check_redis.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
checkconfig.py install: Remove references to "Zulip Voyager". 2020-01-30 12:40:41 -08:00
compilemessages.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
convert_gitter_data.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
convert_hipchat_data.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
convert_mattermost_data.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
convert_slack_data.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
create_default_stream_groups.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
create_large_indexes.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
create_realm_internal_bots.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
create_stream.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
create_user.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
deactivate_realm.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
deactivate_user.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
delete_old_unclaimed_attachments.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
deliver_email.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
deliver_scheduled_messages.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
dump_messages.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
email_mirror.py email_mirror: Rewrite docstrings to focus on current reality. 2020-01-30 12:39:45 -08:00
enqueue_digest_emails.py management: Remove unused imports in management commands. 2019-02-02 17:12:36 -08:00
enqueue_file.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
export.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
export_single_user.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
export_usermessage_batch.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
fill_memcached_caches.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
fix_unreads.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
generate_invite_links.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
generate_multiuse_invite_link.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
generate_realm_creation_link.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
get_migration_status.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
import.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
knight.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
list_realms.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
logout_all_users.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
makemessages.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
merge_streams.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
print_email_delivery_backlog.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
process_queue.py dependencies: Upgrade to Django 2.2.10. 2020-02-13 16:27:26 -08:00
purge_queue.py dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
query_ldap.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
rate_limit.py rate_limiter: Rename 'all' domain to 'api_by_user'. 2020-02-02 19:15:13 -08:00
reactivate_realm.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
realm_domain.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
realm_filters.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
register_server.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
remove_users_from_stream.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
rename_stream.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
restore_messages.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
runtornado.py dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
scrub_realm.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
send_custom_email.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
send_password_reset_email.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
send_realm_reactivation_email.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
send_stats.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
send_test_email.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
send_to_email_mirror.py send_to_email_mirror: Fix loop setting recipient-like headers. 2020-01-14 15:37:39 -08:00
send_webhook_fixture_message.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
set_message_flags.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
show_admins.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
show_unreads.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
soft_deactivate_users.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
sync_ldap_user_data.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
transfer_uploads_to_s3.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
turn_off_digests.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00