From e8350eea151cf7bb3096b643af4ce924d424db45 Mon Sep 17 00:00:00 2001 From: Tom Clancy Date: Thu, 7 Mar 2013 14:48:45 -0500 Subject: [PATCH] notes about Django support --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7ee67b7..c500e7c 100644 --- a/README.rst +++ b/README.rst @@ -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 - } \ No newline at end of file + } + +Django 1.3 Support +------------------ + +django-postgrespool currently supports Django 1.4 and greater. See `this ticket `_ for 1.3 support. \ No newline at end of file