> It might be worth considering if there are any methods for passing a > callback function that are better than GET parameters—though I can't > think of any off the top of my head. >
I can't provide better solution too. I look at the django.contrib.admin source. This can be applied only if 'pop' argument exists in GET parameters for changelist and '_popup' argument exists in GET parameters for adding new item. The changes will be affect to methods are listed below: - django.contrib.admin.options.ModelAdmin.response_add - django.contrib.admin.templatetags.admin_list.items_for_result - django.contrib.admin.views.main.ChangeList.__init__ Cheers! -- Alex Kamedov skype: kamedov www: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.