Changes between Version 6 and Version 7 of TemplatedForm


Ignore:
Timestamp:
Sep 5, 2007, 1:38:33 AM (17 years ago)
Author:
berk@…
Comment:

code update for the development version

Legend:

Unmodified
Added
Removed
Modified
  • TemplatedForm

    v6 v7  
    2828        return t.render(c)
    2929       
     30    #working with the development version from trunk
     31    #use __unicode__ instead of __str__
     32
    3033    def __str__(self):
    3134        return self.output_via_template()
Back to Top