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