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:
parent
384a721e1c
commit
1ef86fdf2b
|
@ -525,7 +525,6 @@ Model style
|
||||||
|
|
||||||
* All database fields
|
* All database fields
|
||||||
* ``class Meta``
|
* ``class Meta``
|
||||||
* ``class Admin``
|
|
||||||
* ``def __unicode__()``
|
* ``def __unicode__()``
|
||||||
* ``def __str__()``
|
* ``def __str__()``
|
||||||
* ``def save()``
|
* ``def save()``
|
||||||
|
|
Loading…
Reference in New Issue