Updated Oracle python drivers link to atuining's new SF site.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6361 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Matt Boersma 2007-09-16 15:56:19 +00:00
parent e9656180ea
commit da903a3be4
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ to create a temporary test database.
.. _SQLite: http://www.sqlite.org/ .. _SQLite: http://www.sqlite.org/
.. _pysqlite: http://initd.org/tracker/pysqlite .. _pysqlite: http://initd.org/tracker/pysqlite
.. _MySQL backend: ../databases/ .. _MySQL backend: ../databases/
.. _cx_Oracle: http://www.python.net/crew/atuining/cx_Oracle/ .. _cx_Oracle: http://cx-oracle.sourceforge.net//
.. _Oracle: http://www.oracle.com/ .. _Oracle: http://www.oracle.com/
.. _testing framework: ../testing/ .. _testing framework: ../testing/