notes about Django support

This commit is contained in:
Tom Clancy
2013-03-07 14:48:45 -05:00
parent c20e700432
commit e8350eea15
+7 -2
View File
@@ -1,7 +1,7 @@
Django-PostgresPool
===================
This is a simple Postgres Connection Pooling backend for Django, powered by the lovely and beautiful SQLAlchemy.
This is a simple Postgres Connection Pooling backend for Django 1.4+, powered by the lovely and beautiful SQLAlchemy.
Usage
@@ -53,4 +53,9 @@ Optionally, you can provide additional options to pass to SQLAlchemy's pool crea
'max_overflow': 10,
'pool_size': 5,
'recycle': 300
}
}
Django 1.3 Support
------------------
django-postgrespool currently supports Django 1.4 and greater. See `this ticket <https://github.com/kennethreitz/django-postgrespool/pull/9>`_ for 1.3 support.