diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 8d8e1e8..4c9d012 100644
a
|
b
|
by 3rd parties that allow you to use other databases with Django:
|
719 | 719 | * `Microsoft SQL Server 2005`_ |
720 | 720 | * Firebird_ |
721 | 721 | * ODBC_ |
| 722 | * ADSDB_ |
722 | 723 | |
723 | 724 | The Django versions and ORM features supported by these unofficial backends |
724 | 725 | vary considerably. Queries regarding the specific capabilities of these |
… |
… |
the support channels provided by each 3rd party project.
|
730 | 731 | .. _Microsoft SQL Server 2005: http://code.google.com/p/django-mssql/ |
731 | 732 | .. _Firebird: http://code.google.com/p/django-firebird/ |
732 | 733 | .. _ODBC: http://code.google.com/p/django-pyodbc/ |
| 734 | .. _ADSDB: http://code.google.com/p/adsdb-django/ |