Changes between Version 6 and Version 7 of TemplatedForm
- Timestamp:
- Sep 5, 2007, 1:38:33 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TemplatedForm
v6 v7 28 28 return t.render(c) 29 29 30 #working with the development version from trunk 31 #use __unicode__ instead of __str__ 32 30 33 def __str__(self): 31 34 return self.output_via_template()