Opened 15 years ago

Last modified 13 years ago

#11146 closed

RequestSite needs __unicode__ parameter — at Initial Version

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

Request site needs the following code

def unicode(self):

return self.name

Change History (0)

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