Opened 18 years ago
Closed 18 years ago
#5015 closed (fixed)
Unicode Merge broken oldforms
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Minor correction
Index: oldforms/__init__.py
===================================================================
--- oldforms/__init__.py (revision 5773)
+++ oldforms/__init__.py (working copy)
@@ -203,7 +203,7 @@
def __str__(self):
return unicode(self).encode('utf-8')
- def __str__(self):
+ def __unicode__(self):
return unicode(self.formfield_dict)
def __getitem__(self, template_key):
Change History (2)
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5865]) Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@….