Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.