The abstract Item class is becoming bloated, something should be done about it.
The django_model_utils seems to provide something for this kind of job: the InheritanceManager. So let's use it.