Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Commit

Permalink
Document that support ends with Django 1.8.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 15, 2015
1 parent 06953e3 commit 9792adc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,19 @@ wrong.
Prerequisites
-------------

``django-transaction-hooks`` supports `Django`_ 1.6.1 and later on Python 2.6,
2.7, 3.2, 3.3 and 3.4.
``django-transaction-hooks`` supports `Django`_ 1.6.x through 1.8.x on Python
2.6, 2.7, 3.2, 3.3 and 3.4.

``django-transaction-hooks`` has been merged into Django 1.9 and is now a
`built-in feature`_, so this third-party library should not be used with Django
1.9+.

SQLite3, PostgreSQL (+ PostGIS), and MySQL are currently the only databases
with built-in support; you can experiment with whether it works for your
favorite database backend with just `a few lines of code`_.

.. _Django: http://www.djangoproject.com/
.. _built-in feature: https://docs.djangoproject.com/en/1.9/topics/db/transactions/#performing-actions-after-commit


Installation
Expand Down

0 comments on commit 9792adc

Please sign in to comment.