#9050: 1.0 porting guide references `models` module where it should reference
`admin` module.
---------------------------+------------------------------------------------
Reporter: ahebert | Owner: nobody
Status: new | Milestone:
Component: Uncategorized | Version: 1.0
Keywords: | Stage: Unreviewed
Has_patch: 0 |
---------------------------+------------------------------------------------
In the porting guide (http://docs.djangoproject.com/en/dev/releases/1.0
-porting-guide/) for inline admin editing, there is a line that reads
{{{class ParentAdmin(models.ModelAdmin):}}}
which should read
{{{class ParentAdmin(admin.ModelAdmin):}}}
The former produces an error "AttributeError: 'module' object has no
attribute 'ModelAdmin'"
--
Ticket URL: <http://code.djangoproject.com/ticket/9050>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---