mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
5 lines
240 B
Text
5 lines
240 B
Text
jsonfield2 is a reusable model field that allows you to store validated JSON,
|
|
automatically handling serialization to and from the database. To use, add
|
|
jsonfield.JSONField to one of your models.
|
|
|
|
WWW: https://github.com/rpkilby/jsonfield2
|