Opened 16 years ago

Closed 16 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
Pull Requests:How to create a pull request

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.

Change History (2)

by Sergey Belov, 16 years ago

comment:1 by Alex Gaynor, 16 years ago

Resolution: duplicate
Status: newclosed

Dupe of #10608.

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