Opened 17 years ago
Closed 17 years ago
#8212 closed (invalid)
'Manager' object is unsubscriptable on Sitemaps app
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I'm (OS X 10.5, Django SVN, mySQL backend) having this error when using the Sitemaps app: 'Manager' object is unsubscriptable.
My traceback: http://dpaste.com/70557/
Note:
See TracTickets
for help on using tickets.
It looks like your sitemap class's items method isn't returning a QuerySet.