Changes between Initial Version and Version 2 of Ticket #17795


Ignore:
Timestamp:
Mar 2, 2012, 1:53:26 PM (13 years ago)
Author:
Jannis Leidel
Comment:

Updated ticket description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17795 – Description

    initial v2  
    77Patching as below fixes it:
    88
     9{{{
    910    A mixin that processes a form on POST.                                                                                                                                               
    1011    """
     
    1617++      return self.render_to_response(self.get_context_data(**kwargs))
    1718
    18  
     19 }}}
Back to Top