From 1ef86fdf2bdc569582a99986b77c57209311e72d Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Mon, 21 Jul 2008 17:39:22 +0000 Subject: [PATCH] Fixed #7869 -- Removed a reference to an inner Admin class in docs/contributing.txt. Thanks John Scott. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8031 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/contributing.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/contributing.txt b/docs/contributing.txt index f3bee14069..d0d56a0e39 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -525,7 +525,6 @@ Model style * All database fields * ``class Meta`` - * ``class Admin`` * ``def __unicode__()`` * ``def __str__()`` * ``def save()``