Opened 17 years ago

Closed 17 years ago

#5839 closed (invalid)

Bad import in django/contrib/admin/views/main.py (handle_legacy_orderlist)

Reported by: George Vilches Owned by: Malcolm Tredinnick
Component: Database layer (models, ORM) Version: other branch
Severity: Keywords: qs-rf
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

handle_legacy_orderlist is still being imported in django/contrib/admin/views/main.py, line 11, but has been already been removed from the qs-rf branch.

Attachments (1)

qs-rf-6628_legacy_orderlist.diff (674 bytes ) - added by George Vilches 17 years ago.

Download all attachments as: .zip

Change History (2)

by George Vilches, 17 years ago

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: invalid
Status: newclosed

Since I haven't even begun to port code in that section, this is to be expected. Please don't bother reporting issues like this until it's announced that the branch is ready for testing.

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