Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▾ postgres
▸ aggregates
▸ apps
▸ constraints
▸ fields
▾ forms
▾ array
class
SimpleArrayField
class
SplitArrayField
class
SplitArrayWidget
▸ hstore
▸ jsonb
▸ ranges
▸ functions
▸ indexes
▸ lookups
▸ operations
▸ search
▸ serializers
▸ signals
▸ utils
▸ validators
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class SimpleArrayField
django
.
contrib
.
postgres
.
forms
.
array
.
SimpleArrayField
Declaration
class
SimpleArrayField(forms.CharField)
source
link
Methods
▷
def
__init__
(
self, base_field, *, delimiter=',', max_length=None, min_length=None, **kwargs
)
source
link
▷
def
clean
(
self, value
)
source
link
▷
def
has_changed
(
self, initial, data
)
source
link
▷
def
prepare_value
(
self, value
)
source
link
▷
def
run_validators
(
self, value
)
source
link
▷
def
to_python
(
self, value
)
source
link
▷
def
validate
(
self, value
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04