File tree 3 files changed +4
-9
lines changed
django_redshift_backend/_vendor/django40/db/backends
3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
=======
3
3
4
- 4.2.0 (unreleased)
4
+ 4.1.1 (unreleased)
5
5
------------------
6
6
7
- General:
8
-
9
- Features:
10
-
11
7
Bug Fixes:
12
8
9
+ * Broken django.db.backends.signals.connection_created signal
10
+
13
11
4.1.0 (2024/07/27)
14
12
------------------
15
13
Original file line number Diff line number Diff line change 16
16
from django .db import DEFAULT_DB_ALIAS , DatabaseError
17
17
from django_redshift_backend ._vendor .django40 .db .backends import utils
18
18
from 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
20
20
from django .db .transaction import TransactionManagementError
21
21
from django .db .utils import DatabaseErrorWrapper
22
22
from django .utils import timezone
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments