Ah, and the name is so clear-but I misinterpreted it thinking it was
strictly layout.
On Thu, Nov 25, 2010 at 7:58 AM, Jason Mayfield wrote:
> In this particular example, you have Character model being an inline of
> itself.
>
> On Nov 24, 2010, at 8:07 PM, eric wrote:
>
> > Well, there are a num
In this particular example, you have Character model being an inline of itself.
On Nov 24, 2010, at 8:07 PM, eric wrote:
> Well, there are a number of models, so I'll just give an example of
> the one that is misbehaving:
>
>
> from pages.models import Chapter
> from django.contrib import admin
Well, there are a number of models, so I'll just give an example of
the one that is misbehaving:
from pages.models import Chapter
from django.contrib import admin
class CharacterInline(admin.StackedInline):
model = Character
class CharacterAdmin(admin.ModelAdmin):
inlines = [CharacterIn
Can you provide your admin.py file?
- Jason
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups
4 matches
Mail list logo