diff options
| author | Brian Rosner <brosner@gmail.com> | 2008-08-17 05:19:40 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2008-08-17 05:19:40 +0000 |
| commit | 4ecdbc52afe00ef996b25a5066519d0a700ef25a (patch) | |
| tree | 069b52cccf352d6984b60d99b624b47542d36603 | |
| parent | 219304019bff8360d802fa658757594fbc1a4155 (diff) | |
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
| -rw-r--r-- | docs/admin.txt | 2 |
1 files changed, 0 insertions, 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`` ~~~~~~~~~~~~~ |
