Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11146 closed (invalid)

RequestSite needs __unicode__ parameter — at Version 2

Reported by: sam265 Owned by: nobody
Component: Contrib apps Version: dev
Severity: Keywords: sites, RequestSite
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Karen Tracey)

Request site needs the following code

def __unicode__(self):
     return self.name

Change History (2)

comment:1 by sam265, 15 years ago

comment:2 by Karen Tracey, 15 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

RequestSite has a __unicode__ method:

http://code.djangoproject.com/browser/django/trunk/django/contrib/sites/models.py#L70

so I'm not sure what it is that you think is needed here. What problem prompted opening this ticket?

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