mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
9 lines
333 B
Plaintext
9 lines
333 B
Plaintext
django-jsonfield is a reusable Django field that allows you to store validated
|
|
JSON in your model. It silently takes care of serialization. To use, simply
|
|
add the field to one of your models.
|
|
|
|
This port is not a duplicate of www/py-django-jsonfield, both ports have
|
|
distinct but upstreams.
|
|
|
|
WWW: https://github.com/rpkilby/jsonfield
|