Problem:
delete.py shows a list of backlinks to the page beeing deleted like
>>> Żerniki (Kórnik) <<<
WARNING: There are 4 pages that link to [[de:Żerniki (Kórnik)]].
Main: [0] 2 pages
User: [2] 1 page
Project: [4] 1 pagebut redirects are ignores.
Solution:
Set filter_redirects parameter to None to get redirects with BasePage.getReferences().
Features:
- Show redirects explicitly
- Delete the broken redirect too, maybe with an additional option
See also: