Re: newbie admin question

2010-11-25 Thread Eric Torstenson
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

Re: newbie admin question

2010-11-25 Thread Jason Mayfield
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

Re: newbie admin question

2010-11-24 Thread eric
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

Re: newbie admin question

2010-11-24 Thread Jason Mayfield
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