Author: gabrielhurley Date: 2011-08-18 14:57:57 -0700 (Thu, 18 Aug 2011) New Revision: 16624
Modified: django/trunk/docs/ref/databases.txt Log: Fixed #16152 -- Added Sybase Advantage Database Server to the 3rd-party database backend list. Thanks to Mike Hagman and melinath. Modified: django/trunk/docs/ref/databases.txt =================================================================== --- django/trunk/docs/ref/databases.txt 2011-08-18 21:47:04 UTC (rev 16623) +++ django/trunk/docs/ref/databases.txt 2011-08-18 21:57:57 UTC (rev 16624) @@ -719,6 +719,7 @@ * `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 @@ .. _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/ -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
