mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
d46aa8f8c0
- Add CONFLICTS_INSTALL
7 lines
282 B
Plaintext
7 lines
282 B
Plaintext
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://pypi.org/project/jsonfield2/
|
|
WWW: https://github.com/rpkilby/jsonfield2
|