﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1864	[patch] fix contenttype presentation	ian@…	Adrian Holovaty	"so it displays in templates properly
{{{
circe:/magik/django/contrib/contenttypes iholsman$ svn diff
Index: models.py
===================================================================
--- models.py   (revision 2901)
+++ models.py   (working copy)
@@ -31,7 +31,7 @@
         ordering = ('name',)
         unique_together = (('app_label', 'model'),)
 
-    def __repr__(self):
+    def __str__(self):
         return self.name
 
     def model_class(self):
}}}"	defect	closed	contrib.admin		normal	fixed			Unreviewed	1	0	0	0	0	0
