Opened 18 years ago

Closed 18 years ago

#1716 closed defect (fixed)

pychecker: _get_next_or_previous_in_order can't work

Reported by: Luke Plant Owned by: Adrian Holovaty
Component: Metasystem Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Pychecker found this in function _get_next_or_previous_in_order in db/models/base.py:

django/db/models/base.py:274: No global (opts) found

It obviously can't work like it is, but I'm not sure exactly what this function is supposed to do anyway.

Change History (1)

comment:1 by anonymous, 18 years ago

Resolution: fixed
Status: newclosed

This was fixed in [3046].

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