Skip to content

Commit 57f5512

Browse files
committed
1.2.5
1 parent 4c9cb8e commit 57f5512

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,7 @@ with connections["default"].cursor() as cursor:
186186
cursor.execute('select name, phone from users where name = %(name)s', params={"name": "Altair"})
187187
result = cursor.fetchall()
188188
```
189+
190+
### Acknowledgments
191+
- Thanks to all friends who provided PR and suggestions !
192+
- Thanks to [JetBrains](https://www.jetbrains.com/?from=django-db-connection-pool) for providing development tools for django-db-connection-pool !

dj_db_conn_pool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.4'
1+
__version__ = '1.2.5'
22
__author__ = 'Altair Bow'
33
__author_email__ = '[email protected]'
44
__description__ = 'Persistent database connection backends for Django'

0 commit comments

Comments
 (0)