no, I didn't found any answers :-(
Could you send me the source code you copied from the django admin? I
also looked into the django-admin source code, but I hadn't enough time
to look deeper into this topic.

Is there a possibility in newforms-admin to solve this problem?


On Tue, 2008-04-01 at 07:13 -0700, oliver wrote:
> have you found any answers to this?
> as i am trying to do the same thing, I just want to change the data
> set that is send to the default template.
> I have been looking in the srouce code and am trying to copy what
> django admin does into my custom view, but it would be nice if there
> was an easier way..
> 
> 
> 
> On 31 Mar, 10:12, Brot <[EMAIL PROTECTED]> wrote:
> > does nobody have some helpful input?
> >
> > On 30 Mrz., 17:13, Bernd <[EMAIL PROTECTED]> wrote:
> >
> > > Hello,
> >
> > > I followed the documentationhttp://www.djangobook.com/en/1.0/chapter17/
> > > in the section "Creating CustomAdminViews". I try to override the
> > > change_list.html for one of my models.
> >
> > > I only would like to extend the change_list for the model with some
> > > extra context data. All of the other functionality should be the same.
> > > So I create the URLconf entry, the newviewand the customized template
> > > in my template directory.
> > > But I get this errormessagehttp://dpaste.com/42185/
> >
> > > I think the original context from theadminviewis missing now, but how
> > > could I solve this problem?
> >
> > > Bernd
> 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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