On 6/16/06, Tyson Tate <[EMAIL PROTECTED]> wrote:
>
> How do I allow, in something like the following model, for "Tag" to
> be inline edited and only inline edited from Entry's edit page. I've
> tried many of the usual methods given in the Docs (core=True,
> edit_inline=models.STACKED, etc.), but "Tag" still shows up in the
> main Admin page ("site.com/admin/")
>
> Surely this isn't impossible, right?Get rid of the inner Admin class on your tag object. That's what causes it to show up on the main admin page. Joseph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

