mirror of
https://github.com/kennethreitz/django-postgrespool.git
synced 2026-06-05 14:50:17 +00:00
Merge pull request #10 from tclancy/master
Notes on Django version compatibility
This commit is contained in:
+7
-2
@@ -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.
|
||||
Reference in New Issue
Block a user