Django

Code

Ticket #7527 (closed: fixed)

Opened 5 months ago

Last modified 5 months ago

extraneous entry in django.core.servers.basehttp.__all__

Reported by: trevor Assigned to: nobody
Milestone: Component: Core framework
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

>>> from django.core.servers.basehttp import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'demo_app'

Attachments

basehttp.diff (495 bytes) - added by trevor on 06/23/08 08:35:45.
remove extraneous 'demo_app' entry from all

Change History

06/23/08 08:35:45 changed by trevor

  • attachment basehttp.diff added.

remove extraneous 'demo_app' entry from all

06/23/08 10:50:20 changed by Alex

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

06/25/08 23:03:45 changed by adrian

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

(In [7746]) Fixed #7527 -- Removed an unused value from all in django.core.servers.basehttp. It had languished there erroneously since the original checkin in Django changeset [174]. Thanks, trevor


Add/Change #7527 (extraneous entry in django.core.servers.basehttp.__all__)




Change Properties
Action