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
This commit is contained in:
Brian Rosner 2008-07-21 17:39:22 +00:00
parent 384a721e1c
commit 1ef86fdf2b
1 changed files with 0 additions and 1 deletions

View File

@ -525,7 +525,6 @@ Model style
* All database fields
* ``class Meta``
* ``class Admin``
* ``def __unicode__()``
* ``def __str__()``
* ``def save()``