* Support sending the culprit with logging messages as part of extra.
1.3.1
* Added client.exception and client.message shortcuts.
1.3
* added support for Django 1.7 * dropped support for Django 1.2 * switched from nosetests to py.test
1.3.0
* Refactored client send API to be more easily extensible. * MOAR TESTS!
1.2.2
* Gracefully handle exceptions in Django client when using integrated setup. * Added Client.error_logger as a new logger instance that points to ``sentry.errors``.
1.2.1
* Corrected behavior with raven logging errors to send_remote which could potentially cause a very large backlog to Sentry when it should just log to ``sentry.errors``. * Ensure the ``site`` argument is sent to the server.