From 60784363cf55a66b1e97906700d9de5f8d87916c Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Sat, 27 Nov 2010 12:34:14 +0000 Subject: [PATCH] Fixed #14789 - remove an unused link from docs/topics/install.txt. thanks adamv for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14727 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 791ba511cb..6c4ad9309c 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -131,7 +131,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