zulip/zerver
Mateusz Mandera 1432067959 dependencies: Upgrade to Django 3.1.
https://docs.djangoproject.com/en/3.1/releases/3.1/

- django.contrib.postgres.fields.JSONField is deprecated and should be
  replaced with models.JSONField
-  The internals of the implementation in the postgresql backend have
   changed a bit in
   f48f671223
   and thus we need to make an ugly tweak in test_runner.
- app_directories.Loader.get_dirs() now returns a list of PosixPath so
  we need to make a small tweak in TwoFactorLoader for that (PosixPath
  is not iterable)

Fixes #16010.
2021-01-26 10:20:00 -08:00
..
data_import hipchat_import: Remove tool from codebase. 2020-12-23 08:28:49 -08:00
lib dependencies: Upgrade to Django 3.1. 2021-01-26 10:20:00 -08:00
management worker: Remove SignupWorker and friends. 2021-01-17 11:16:35 -08:00
migrations dependencies: Upgrade to Django 3.1. 2021-01-26 10:20:00 -08:00
openapi eslint: Fix unicorn/no-new-array. 2021-01-25 14:53:19 -08:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests dependencies: Upgrade to Django 3.0. 2021-01-26 10:20:00 -08:00
tornado tornado: Reduce logging of event queue load/dump. 2020-12-20 12:14:39 -08:00
views registration: Stop enqueueing to the signups queue. 2021-01-24 09:42:55 -08:00
webhooks sentry: Verify version is supported, first. 2021-01-17 11:15:40 -08:00
worker email digests: Process users in chunks of 30. 2021-01-17 11:28:30 -08:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py i18n: Don't include email tags in translation strings. 2020-09-25 15:53:26 -07:00
decorator.py home: Allow logged out user through home. 2020-11-02 17:07:12 -08:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py registration: Move "already in realm" check outside of validation. 2021-01-13 11:28:32 -08:00
logging_handlers.py python: Use universal_newlines to get str from subprocess. 2020-10-30 11:36:38 -07:00
middleware.py django3: Save language preference in a cookie rather than the session. 2021-01-17 10:38:58 -08:00
models.py dependencies: Upgrade to Django 3.1. 2021-01-26 10:20:00 -08:00
signals.py timezone: Remove get_timezone wrapper. 2020-10-27 13:42:54 -07:00