I want to do a data denormalization for better performance, and put a sum of votes my blog post receives inside Post model:
class Post(models.Model): \"\
You can use the FieldTracker from django-model-utils: https://django-model-utils.readthedocs.io/en/latest/utilities.html#field-tracker