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
This commit is contained in:
Gabriel Hurley 2011-08-18 21:57:57 +00:00
parent bdd1409eea
commit b825680df8
1 changed files with 2 additions and 0 deletions

View File

@ -719,6 +719,7 @@ by 3rd parties that allow you to use other databases with Django:
* `Microsoft SQL Server 2005`_ * `Microsoft SQL Server 2005`_
* Firebird_ * Firebird_
* ODBC_ * ODBC_
* ADSDB_
The Django versions and ORM features supported by these unofficial backends The Django versions and ORM features supported by these unofficial backends
vary considerably. Queries regarding the specific capabilities of these 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/ .. _Microsoft SQL Server 2005: http://code.google.com/p/django-mssql/
.. _Firebird: http://code.google.com/p/django-firebird/ .. _Firebird: http://code.google.com/p/django-firebird/
.. _ODBC: http://code.google.com/p/django-pyodbc/ .. _ODBC: http://code.google.com/p/django-pyodbc/
.. _ADSDB: http://code.google.com/p/adsdb-django/