diff options
| author | Brian Rosner <brosner@gmail.com> | 2008-07-21 17:39:22 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2008-07-21 17:39:22 +0000 |
| commit | 1ef86fdf2bdc569582a99986b77c57209311e72d (patch) | |
| tree | 1fc68d1e3f4e7507856a9380be9daf8bc3fb0d68 /docs | |
| parent | 384a721e1cd02b9c47f0d797ec8865e518aee84f (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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()`` |
