From 82261de2feb26161590016d4a2b20f2e80c6ca8b Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 27 Nov 2010 12:34:54 +0000 Subject: [PATCH] [1.2.X] Fixed #14789 - remove an unused link from docs/topics/install.txt. thanks adamv for the report. Backport of r14727 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14728 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/install.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 87e99b3aa6..20c80743b3 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -120,7 +120,6 @@ Django will need permission to create a test database. .. _PostgreSQL: http://www.postgresql.org/ .. _MySQL: http://www.mysql.com/ -.. _Django's ticket system: http://code.djangoproject.com/report/1 .. _psycopg: http://initd.org/pub/software/psycopg/ .. _compiled Windows version: http://stickpeople.com/projects/python/win-psycopg/ .. _MySQLdb: http://sourceforge.net/projects/mysql-python