Added a JSONField for models
Submitted
Updated 4 months, 1 week ago
| Christian Hammond | Reviewers | ||
| trunk | reviewboard | ||
| None | Navi | ||
Added a handy little field for accessing various types of data and storing data as JSON in the database. This will be used for extensions and other upcoming stuff.
Tested with my extensions branch. I can store and access data just fine.
So, I know basically nothing about how fields work, but nothing here jumps out at me as bad.