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.
This commit is contained in:
Paul Tax 2013-05-24 13:37:20 +03:00
parent 17559e6eb0
commit fb1d813484
1 changed files with 1 additions and 1 deletions

View File

@ -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/