Remove redundant IDLinkColumn class
This column class can be completely replaced with linkify
option of the regular column class from the django_tables2
package.
Also remove RestrictedIDLinkColumn and IndexResultsColumn classes as they are unused.