summaryrefslogtreecommitdiff
path: root/docs/ref/databases.txt
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2011-08-18 21:57:57 +0000
committerGabriel Hurley <gabehr@gmail.com>2011-08-18 21:57:57 +0000
commitb825680df804067e70fb25f7cc3f5e4db9588d41 (patch)
tree0dd74d1c7f598a4dbcf07a9eb8d964d0d222b806 /docs/ref/databases.txt
parentbdd1409eea7ea86a9b2a645dfb47a6b273a43af4 (diff)
Fixed #16152 -- Added Sybase Advantage Database Server to the 3rd-party database backend list. Thanks to Mike Hagman and melinath.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 5a2042a02a..e1702f5a13 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -719,6 +719,7 @@ by 3rd parties that allow you to use other databases with Django:
* `Microsoft SQL Server 2005`_
* Firebird_
* ODBC_
+* ADSDB_
The Django versions and ORM features supported by these unofficial backends
vary considerably. Queries regarding the specific capabilities of these
@@ -730,3 +731,4 @@ the support channels provided by each 3rd party project.
.. _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/
+.. _ADSDB: http://code.google.com/p/adsdb-django/