Opened 15 years ago
Closed 15 years ago
#11129 closed (duplicate)
We must not try to select Site object from DB in django.contrib.contenttypes.views.shortcut if no Site model is installed
Reported by: | Sergey Belov | Owned by: | nobody |
---|---|---|---|
Component: | Contrib apps | 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
We must not try to select Site object from DB in django.contrib.contenttypes.views.shortcut if no Site model is installed.
Patch atteched.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | contenttypes_shortcat_view_sites.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Dupe of #10608.