Opened 19 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.
Note:
See TracTickets
for help on using tickets.
This was fixed in [3046].