On Oct 28, 9:34 pm, Fabio Natali <[EMAIL PROTECTED]> wrote:
> Hi everybody!
>
> I need to add a link to the admin page of one of my models. [0]
> provides a step-by-step explanation on how to get this.
>
> The point is that, contrarily to the docs statement, that procedure
> will modify the "change list admin page" of all of my models, while I
> need to change it for just one of them.
>
> Any tips about this?
>
> Are the docs wrong when they say "To continue the example above, we
> want to add a new link next to the History tool for the Page model."
> and then the change affects every model? Or, as it probably is, am I
> just missing something?
>
> All the best to all of you, Fabio.
>
> [0]http://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-vs...
>
> --
> Fabio Natali

Read the two paragraphs above the one you linked to. Which directory
you put your overridden template determines what gets overridden - all
models, all models in one app, or one model.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to