I am deploying a project which must be run on Django 1.4, but some pip dependencies of the project use django.contrib.admin.filterspecs
for defining custom templatetags which is only available in Django < 1.4. The requirements arn't still updated to supoort Django 1.4.
Is there a way to use filterspecs in Django 1.4+?