File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
django_redshift_backend/_vendor/django40/db/backends Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 11CHANGES
22=======
33
4- 4.2.0 (unreleased)
4+ 4.1.1 (unreleased)
55------------------
66
7- General:
8-
9- Features:
10-
117Bug Fixes:
128
9+ * Broken django.db.backends.signals.connection_created signal
10+
13114.1.0 (2024/07/27)
1412------------------
1513
Original file line number Diff line number Diff line change 1616from django .db import DEFAULT_DB_ALIAS , DatabaseError
1717from django_redshift_backend ._vendor .django40 .db .backends import utils
1818from django_redshift_backend ._vendor .django40 .db .backends .base .validation import BaseDatabaseValidation
19- from django_redshift_backend . _vendor . django40 .db .backends .signals import connection_created
19+ from django .db .backends .signals import connection_created
2020from django .db .transaction import TransactionManagementError
2121from django .db .utils import DatabaseErrorWrapper
2222from django .utils import timezone
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments