silver icon indicating copy to clipboard operation
silver copied to clipboard

adding a meta field under the plans model

Open macmichael01 opened this issue 8 years ago • 1 comments

Would it make sense to add a meta to the plans model?

meta = JSONField(blank=True, null=True)

There are cases where I would like to have some additional data on the plan itself. Thoughts?

macmichael01 avatar Dec 16 '16 20:12 macmichael01

Hi @macmichael01, I don't see a reason why not to have it. Can you give an example of a case?

bogdanpetrea avatar Dec 19 '16 13:12 bogdanpetrea