From 4ecdbc52afe00ef996b25a5066519d0a700ef25a Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 17 Aug 2008 05:19:40 +0000 Subject: [PATCH] Fixed #8373 -- Corrected a bad link in the admin.txt documentation. Thanks jarrow for catching my mistake. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8422 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/admin.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/admin.txt b/docs/admin.txt index 30513971b2..c656c716df 100644 --- a/docs/admin.txt +++ b/docs/admin.txt @@ -79,8 +79,6 @@ add/change pages. For an example see the section `Adding custom validation to the admin`_. -.. _Adding custom validation to the admin: #adding-custom-validation-to-the-admin - ``fieldsets`` ~~~~~~~~~~~~~