summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Tax <paultax@gmail.com>2013-05-24 13:37:20 +0300
committerPaul Tax <paultax@gmail.com>2013-05-24 13:37:20 +0300
commitfb1d8134846b468a6b972d3af1a23d7ee381b149 (patch)
treee76deee845421b8e220382d6c7f2a7870069c1ec /docs
parent17559e6eb0422aa6ec7bd9b7f1345b97a2a454a6 (diff)
Link to active fork for ODBC backend
It took me quite some time to find if and where the ODBC backend was maintained. I found (on djangoproject.com): http://code.google.com/p/django-pyodbc/ (last commit about 3 years ago) then: https://github.com/avidal/django-pyodbc avidal fork. then: https://github.com/aurorasoftware/django-pyodbc/ aurorasoftware version which has avidal improvements merged. Avidals version now links to https://github.com/aurorasoftware/django-pyodbc/ which is also the version installed through PIP.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 7555acaaba..b189f4f5f0 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -803,5 +803,5 @@ the support channels provided by each 3rd party project.
.. _IBM DB2: http://code.google.com/p/ibm-db/
.. _Microsoft SQL Server 2005: http://code.google.com/p/django-mssql/
.. _Firebird: http://code.google.com/p/django-firebird/
-.. _ODBC: http://code.google.com/p/django-pyodbc/
+.. _ODBC: https://github.com/aurorasoftware/django-pyodbc/
.. _ADSDB: http://code.google.com/p/adsdb-django/