Re: How to make use of the hooks in newforms-admin?

2007-08-14 Thread AndyB
Actually I had tried it that way initially to no avail. Thanks to your pointer I tried again and discovered why it hadn't worked: http://code.djangoproject.com/changeset/4584/django The change_list_queryset hook as been renamed to just queryset It's working beautifully now. I'm still sticking

Re: How to make use of the hooks in newforms-admin?

2007-07-23 Thread Jonathan Buchanan
AndyB wrote: > Page 18 and 19 of this PDF: > http://www.vanpyz.org/Djangojam/django_vancouver.pdf > > give examples of some of the new hooks available in newforms-admin. > This is the only documentation I can find anywhere for this at the > moment. > > The examples involve declaring a class

How to make use of the hooks in newforms-admin?

2007-07-23 Thread AndyB
Page 18 and 19 of this PDF: http://www.vanpyz.org/Djangojam/django_vancouver.pdf give examples of some of the new hooks available in newforms-admin. This is the only documentation I can find anywhere for this at the moment. The examples involve declaring a class called Admin. I think I might be