postgres.forms.JSONField

class JSONField [source]

A field which accepts JSON encoded data for a JSONField. It is represented by an HTML <textarea>.

User friendly forms

JSONField is not particularly user friendly in most cases, however it is a useful way to format data from a client-side widget for submission to the server.

doc_Django
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.