Changes between Initial Version and Version 1 of Ticket #25273
- Timestamp:
- Aug 13, 2015, 8:32:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25273 – Description
initial v1 3 3 Below is the method where its been used: 4 4 5 6 {{{ 5 7 def get_form_with_form_class(self, form_class=None): 6 8 if form_class is None: 7 9 form_class = self.get_form_class() 8 10 return get_form(self, form_class=form_class) 11 }}} 12 9 13 10 14 from the documentation, "form_class" argument inside get_form can be removed.