django-cached-field 1.2.2

django-cached-field is a Django app that provides Celery-deferred, cached fields on Django ORM for expensive-to-calculate dataUsing Django ORM and Celery, keep expensive-to-calculate attributes up-to-date.ExampleSay you have a slow method on one of your...