Opened 16 years ago
Closed 16 years ago
#7527 closed (fixed)
extraneous entry in django.core.servers.basehttp.__all__
Reported by: | Trevor Caira | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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 (1)
Change History (3)
by , 16 years ago
Attachment: | basehttp.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
remove extraneous 'demo_app' entry from all