I have a model which holds matrix data as JSON.
class SomeModel(models.Model): matrix_data = models.TextField(...) @property def matrix(self): return j