zulip/zerver
Anders Kaseorg 72aeaf8d52 db: Split reset_queries into a new module zerver.lib.db_connections.
Fixes an import cycle that breaks mypy inference with django-stubs:

zproject.settings → zproject.computed_settings → zerver.lib.db →
django.db → django.db.backends.base.base →
django.db.backends.base.features → django.db.models.base →
django.db.models.options → django.contrib.contenttypes.fields →
django.contrib.contenttypes.models → confirmation.models → django.conf
→ zproject.settings

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-04-17 16:49:03 -07:00
..
actions python: Avoid relying on Collection supertype of QuerySet. 2024-04-16 23:02:16 -07:00
data_import refactor: Replace HUDDLE with DIRECT_MESSAGE_GROUP. 2024-03-21 16:39:33 -07:00
integration_fixtures/nagios
lib db: Split reset_queries into a new module zerver.lib.db_connections. 2024-04-17 16:49:03 -07:00
management python: Avoid relying on Collection supertype of QuerySet. 2024-04-16 23:02:16 -07:00
migrations migrations: Add a migration to fix emoji metadata in S3. 2024-04-16 17:13:06 -07:00
models settings: Add option to disable seeing typing notifications. 2024-04-16 11:38:12 -07:00
openapi left_sidebar: Rename All messages to Global Feed. 2024-04-17 12:42:21 -07:00
tests stream_settings_ui: Go to newly created stream. 2024-04-17 15:35:19 -07:00
tornado narrow: Move python-only implemenation into its own file. 2024-04-16 09:48:11 -07:00
transaction_tests ruff: Fix PLW0108 Lambda may be unnecessary. 2024-03-01 09:30:04 -08:00
views settings: Add option to disable seeing typing notifications. 2024-04-16 11:38:12 -07:00
webhooks integration: Split 'opened_or_update_pull_request' event type. 2024-04-11 11:23:08 -07:00
worker db: Split reset_queries into a new module zerver.lib.db_connections. 2024-04-17 16:49:03 -07:00
__init__.py
apps.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
context_processors.py python: Reformat with Ruff formatter. 2024-02-29 17:07:16 -08:00
decorator.py test_decorators: Replace some deleted tests. 2024-03-29 09:39:34 -07:00
filters.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
forms.py settings: Add permission to enforce unique names in realm. 2024-04-02 14:55:59 -07:00
logging_handlers.py error_notify: Remove custom email error reporting handler. 2023-07-20 11:00:09 -07:00
middleware.py db: Split reset_queries into a new module zerver.lib.db_connections. 2024-04-17 16:49:03 -07:00
signals.py ruff: Fix UP036 Version block is outdated for minimum Python version. 2024-04-01 18:32:52 -07:00