On 2/18/07, Robin Percy <[EMAIL PROTECTED]> wrote:
> Has anyone else run into the following error when deleting objects using the
> newforms-admin branch?
>
> Exception Value: global name '_get_deleted_objects' is not defined
> Exception Location:
> /usr/lib/python2.4/site-packages/django/contrib/admin/options.py
> in delete_view, line 466
>
> Obviously _get_deleted_objects hasn't been imported, just want to confirm
> this is a bug.

definitely,  _get_deleted_objects  is defined in
django.contrib.admin.views.main and that is not imported to the module
you are referring to.


>
>  >
>


-- 
Honza Kr�l
E-Mail: [EMAIL PROTECTED]
ICQ#:   107471613
Phone:  +420 606 678585

--~--~---------~--~----~------------~-------~--~----~
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