1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/py-jsonfield2/pkg-descr
Sunpoet Po-Chuan Hsieh d46aa8f8c0 Move www/py-django-jsonfield2 to www/py-jsonfield2
- Add CONFLICTS_INSTALL
2020-02-13 18:30:00 +00:00

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