Opened 16 years ago

Closed 16 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/

Change History (1)

comment:1 by Matt McClanahan, 16 years ago

Resolution: invalid
Status: newclosed

It looks like your sitemap class's items method isn't returning a QuerySet.

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