class documentation

class HStoreField(CheckFieldDefaultMixin, Field):

View In Hierarchy

Undocumented

Method db​_type Undocumented
Method formfield Undocumented
Method get​_prep​_value Undocumented
Method get​_transform Undocumented
Method to​_python Undocumented
Method validate Undocumented
Method value​_to​_string Undocumented
Class Variable ​_default​_hint Undocumented
Class Variable default​_error​_messages Undocumented
Class Variable description Undocumented
Class Variable empty​_strings​_allowed Undocumented

Inherited from CheckFieldDefaultMixin:

Method ​_check​_default Undocumented
Method check Undocumented
def db_type(self, connection):

Undocumented

def formfield(self, **kwargs):

Undocumented

def get_prep_value(self, value):

Undocumented

def get_transform(self, name):

Undocumented

def to_python(self, value):

Undocumented

def validate(self, value, model_instance):

Undocumented

def value_to_string(self, obj):

Undocumented

_default_hint: tuple[str, ...] =
default_error_messages =

Undocumented

description =

Undocumented

empty_strings_allowed: bool =

Undocumented