Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#7819 closed (fixed)

Sites admin.py missing a model import

Reported by: Rajesh Dhawan Owned by: Brian Rosner
Component: contrib.admin Version: dev
Severity: Keywords: nfa-blocker
Cc: rajesh.dhawan@… Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Rev [7953] refactored the admin options for django.contrib.sites into a separate admin.py file. This file is missing the import for the Site model.

This causes complete breakage in projects that are using django.contrib.sites.

Attachments (1)

patch.diff (1.4 KB ) - added by Rajesh Dhawan 16 years ago.
Adding other imports missed by changeset [7953] - flatpages and comments

Download all attachments as: .zip

Change History (5)

by Rajesh Dhawan, 16 years ago

Attachment: patch.diff added

Adding other imports missed by changeset [7953] - flatpages and comments

comment:1 by Rajesh Dhawan, 16 years ago

Cc: rajesh.dhawan@… added

comment:2 by Brian Rosner, 16 years ago

Owner: changed from nobody to Brian Rosner
Status: newassigned
Triage Stage: UnreviewedReady for checkin

Ugh, my bad. Will fix now.

comment:3 by Alex Gaynor, 16 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r7957

comment:4 by Jacob, 13 years ago

milestone: 1.0 alpha

Milestone 1.0 alpha deleted

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