Currently the model-meta-attribute check can only check if an attribute is present.
However I have two additional type of checks that I require:
- Being able to check that a meta attribute is not set (e.g. db_table)
- Being able to check the value of a meta attribute, for instance if managed = False or managed = True
Any chance of adding support for this?