Changes between Initial Version and Version 1 of Ticket #16931


Ignore:
Timestamp:
Sep 25, 2011, 3:50:16 PM (13 years ago)
Author:
Alex Gaynor
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16931

    • Property Triage Stage UnreviewedAccepted
  • Ticket #16931 – Description

    initial v1  
    22
    33For example:
    4 
     4{{{
    55class CommentMixin(FormMixin, SingleObjectMixin):
    66    pass
    7 
     7}}}
    88In that case, we expect both FormMixin and SingleObjectMixin to build their context.
    99However, as none of them use super in their get_context_data do use super, we only get the FormMixin context.
Back to Top