Changes between Initial Version and Version 1 of Ticket #15574, comment 28


Ignore:
Timestamp:
Sep 18, 2015, 10:57:17 AM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15574, comment 28

    initial v1  
    11Tried:
     2{{{
    23def change_view(self, request, object_id, form_url='', extra_context=None):
    34        try:
     
    89                    request.POST.pop(key)
    910            return super(TemplateAdmin, self).change_view(request, object_id, form_url, extra_context)
    10 
    11 but is gives me ValidationError
    12 ManagementForm data is missing or has been tampered with
     11}}}
     12but is gives me `ValidationError: ManagementForm data is missing or has been tampered with`
Back to Top