Changes between Initial Version and Version 1 of Ticket #11390, comment 17


Ignore:
Timestamp:
Nov 5, 2016, 3:59:57 PM (7 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11390, comment 17

    initial v1  
    22
    33As reference here are the stack traces:
    4 
     4{{{
    55from django.forms.models import modelform_factory
    66from cad.models import Article
     
    3434-> data = data()
    3535~/callable_as_default/sample_project/cad/models.py(9)get_title()
    36 
    37 
     36}}}
Back to Top