File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v2.4.0 - UNPUBLISHED
3
+ ## v2.3.1 - May 2nd, 2023
4
4
5
- * TBD
5
+ * Fix postgresql provider import
6
6
7
7
## v2.3.0 - May 2nd, 2023
8
8
Original file line number Diff line number Diff line change 10
10
11
11
__all__ = ["middleware" , "models" , "pip_prometheus" ]
12
12
13
- __version__ = "2.4.0.dev0 "
13
+ __version__ = "2.3.1 "
14
14
15
15
# Import pip_prometheus to export the pip metrics automatically.
16
16
try :
Original file line number Diff line number Diff line change 1
- from django .contrib . gis . db .backends .postgis import base
1
+ from django .db .backends .postgresql import base
2
2
3
3
from django_prometheus .db .backends .common import get_postgres_cursor_class
4
4
from django_prometheus .db .common import DatabaseWrapperMixin , ExportingCursorWrapper
You can’t perform that action at this time.
0 commit comments