#1386 closed defect (duplicate)
magic-removal: flatpages broken, 'FlatPage' object has no attribute 'set_sites'
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | Version: | magic-removal |
Severity: | normal | 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
fail to add a new flatpages url and content through admin interface get
AttributeError at /admin/flatpages/flatpage/add/
'FlatPage' object has no attribute 'set_sites'
Note:
See TracTickets
for help on using tickets.
AFAICT, this is just a variant of the problem that #1372 attempt to patch. I.e. the same problem, just a different contrib app.