Api-Break
- Initial release of django-pgconnection. [Wes Kendall, f35c15c]
The initial release of django-pgconnection includes functionality for:
1. Routing database traffic. ``pgconnection.route`` can route any database
calls from Django dynamically to a different database.
2. Hooking into SQL execution. ``pgconnection.pre_execute_hook`` allows one
to hook into SQL generation and dynamically modify SQL before it is
executed.