Django

Code

Ticket #7819 (closed: fixed)

Opened 5 months ago

Last modified 5 months ago

Sites admin.py missing a model import

Reported by: rajeshdhawan Assigned to: brosner
Milestone: 1.0 alpha Component: django.contrib.admin
Version: SVN Keywords: nfa-blocker
Cc: rajesh.dhawan@gmail.com Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

patch.diff (1.4 kB) - added by rajeshdhawan on 07/18/08 17:17:16.
Adding other imports missed by changeset [7953] - flatpages and comments

Change History

07/18/08 17:17:16 changed by rajeshdhawan

  • attachment patch.diff added.

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

07/18/08 17:22:53 changed by rajeshdhawan

  • cc set to rajesh.dhawan@gmail.com.
  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

07/18/08 17:29:33 changed by brosner

  • owner changed from nobody to brosner.
  • status changed from new to assigned.
  • stage changed from Unreviewed to Ready for checkin.

Ugh, my bad. Will fix now.

07/18/08 17:39:48 changed by Alex

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in r7957


Add/Change #7819 (Sites admin.py missing a model import)




Change Properties
Action