I have a class called News which have a choices field called category. Each category is also representing by classes with the News class as foreignKey field.

So in admin, when I create a new category instance, I have to create a News, which is represented with a popup.

The main page which represents the category class is the parent of the News class popup. I would like that the category choice field been selected according to the parent window.

Is there a method on load like save_model for save ? and how can access to data of the parent window?

Thanks for help

link|improve this question
The method is change_view(), so now I would like to access data of parent page in this method.. – ark Sep 29 '10 at 9:50
add_view, not change_view – ark Sep 29 '10 at 12:25
I will use http_referer in request, it contains information I needed, but I don't succeed to alter field in the add_view, what is the method ? thanks – ark Sep 29 '10 at 13:14
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.