Changes between Initial Version and Version 1 of Ticket #25273


Ignore:
Timestamp:
Aug 13, 2015, 8:32:04 PM (9 years ago)
Author:
Robin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25273 – Description

    initial v1  
    33Below is the method where its been used:
    44
     5
     6{{{
    57def get_form_with_form_class(self, form_class=None):
    68                    if form_class is None:
    79                        form_class = self.get_form_class()
    810                    return get_form(self, form_class=form_class)
     11}}}
     12
    913
    1014from the documentation, "form_class" argument inside get_form can be removed.
Back to Top