Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▾ postgres
▸ aggregates
▸ apps
▸ constraints
▸ fields
▾ forms
▸ array
▾ hstore
class
HStoreField
▸ 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 HStoreField
django
.
contrib
.
postgres
.
forms
.
hstore
.
HStoreField
A field for HStore data which accepts dictionary JSON input.
Declaration
class
HStoreField(forms.CharField)
source
link
Documentation
Methods
▷
def
has_changed
(
self, initial, data
)
Return True if data differs from initial.
source
link
▷
def
prepare_value
(
self, value
)
source
link
▷
def
to_python
(
self, value
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04