#11146 closed (invalid)
RequestSite needs __unicode__ parameter
| 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 )
Request site needs the following code
def __unicode__(self):
return self.name
Change History (3)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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?