Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Commit e8350ee

Browse files
committed
notes about Django support
1 parent c20e700 commit e8350ee

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django-PostgresPool
22
===================
33

4-
This is a simple Postgres Connection Pooling backend for Django, powered by the lovely and beautiful SQLAlchemy.
4+
This is a simple Postgres Connection Pooling backend for Django 1.4+, powered by the lovely and beautiful SQLAlchemy.
55

66

77
Usage
@@ -53,4 +53,9 @@ Optionally, you can provide additional options to pass to SQLAlchemy's pool crea
5353
'max_overflow': 10,
5454
'pool_size': 5,
5555
'recycle': 300
56-
}
56+
}
57+
58+
Django 1.3 Support
59+
------------------
60+
61+
django-postgrespool currently supports Django 1.4 and greater. See `this ticket <https://github.com/kennethreitz/django-postgrespool/pull/9>`_ for 1.3 support.

0 commit comments

Comments
 (0)