#7758: Can't override the form_url for change_view - like you can with add_view ------------------------------------------+--------------------------------- Reporter: Rozza | Owner: nobody Status: new | Milestone: Component: Admin interface | Version: SVN Keywords: newforms admin customization | Stage: Unreviewed Has_patch: 1 | ------------------------------------------+--------------------------------- Refs: [http://code.djangoproject.com/ticket/7757 #7757]
As there is a way to override the form_url for the add_view there should also be a way to override for the change_view. Use case example - add GET params to the form action so that you can pass GET data as well as post - for callback etc.. -- Ticket URL: <http://code.djangoproject.com/ticket/7758> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
