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)

contenttypes_shortcat_view_sites.patch (524 bytes ) - added by Sergey Belov 15 years ago.

Download all attachments as: .zip

Change History (2)

by Sergey Belov, 15 years ago

comment:1 by Alex Gaynor, 15 years ago

Resolution: duplicate
Status: newclosed

Dupe of #10608.

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