Please, forgive my poor English, and my poor Django. I am using Admin App forms in my own project, making a wrapper view to the admin's ones, (I know, this is not a good practice, but I get quick start with it without to write a form for each model, and I can use the edit_inline feature of the Admin Site). But I had to replace some views completly because some functions and views has hard coded features.
For example: -the Admin App view "add_stage" have a parameter: post_url_continue='../%s/' witch one can change, but the view "change_stage" doesn't have a post_url_addanother='..%s/add'. This is hard coded in the view. The same with _save_as_new URL. - the function "render_change_form" has a hard coded template path (admin/...) - the views add_stage and change_stage would be better if the function render_change_form can be passed as a parameter Any suggestions? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---