Module custom_field_request

Module custom_field_request 

Source

Structs§

CustomFieldRequest
CustomFieldRequest : Extends the built-in ModelSerializer to enforce calling full_clean() on a copy of the associated instance during validation. (DRF does not do this by default; see https://github.com/encode/django-rest-framework/issues/3144)

Enums§

FilterLogic
disabled - Disabled * loose - Loose * exact - Exact
RHashType
text - Text * longtext - Text (long) * integer - Integer * decimal - Decimal * boolean - Boolean (true/false) * date - Date * datetime - Date & time * url - URL * json - JSON * select - Selection * multiselect - Multiple selection * object - Object * multiobject - Multiple objects
UiEditable
yes - Yes * no - No * hidden - Hidden
UiVisible
always - Always * if-set - If set * hidden - Hidden