#2139 closed defect (fixed)
[patch] change redicrct __repr__ to __str__
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | minor | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This patch changes the redirect model to provide str instead of repr to make redirects look nice again in the admin interface.
Get it at http://c0re.23.nu/c0de/misc/django-20060612-redirect-__str__.diff
--Maximillian Dornseif
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | django-20060612-redirect-__str__.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3122]) Fixed #2139 -- Changed Redirect repr to str