Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2139 closed defect (fixed)

[patch] change redicrct __repr__ to __str__

Reported by: md@… 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)

django-20060612-redirect-__str__.diff (511 bytes ) - added by md@… 18 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3122]) Fixed #2139 -- Changed Redirect repr to str

Note: See TracTickets for help on using tickets.
Back to Top