PostgreSQL specific form fields and widgets

PostgreSQL specific form fields and widgets

All of these fields and widgets are available from the django.contrib.postgres.forms module.

Fields

SimpleArrayField

class SimpleArrayField(base_field, delimiter=', ', max_length=None, min_length=None) [source]

A simple field which maps to an array. It is represented by an HTML <input>.

base_field登录查看完整内容