A little more succinctly what I'd like to do is: do a filter operation on the value of a specific key.
The following query is incorrect syntactically, but conveys the type of query I'd like to make:SomeHstoreModel.objects.filter(hstore_attribute['specific_key']__contains="string I am looking for")