Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▸ auth
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▾ postgres
▸ aggregates
▸ apps
▸ constraints
▸ fields
▸ forms
▸ functions
▸ indexes
▸ lookups
▸ operations
▸ search
▸ serializers
▸ signals
▸ utils
▾ validators
class
ArrayMaxLengthValidator
class
ArrayMinLengthValidator
class
KeysValidator
class
RangeMaxValueValidator
class
RangeMinValueValidator
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class KeysValidator
django
.
contrib
.
postgres
.
validators
.
KeysValidator
A validator designed for HStore to require/restrict keys.
Declaration
@deconstructible
class
KeysValidator
source
link
Documentation
Methods
▷
def
__call__
(
self, value
)
source
link
▷
def
__eq__
(
self, other
)
source
link
▷
def
__init__
(
self, keys, strict=False, messages=None
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04