Skip to content

stores/storeModelInfo

Overview

Pinia store and supporting types for fetching and caching Django model metadata from the server.

Methods

Types

ActionInfo

ExpandInfo

FieldInfo

FilterInfo

Basic filter information.

ModelInfo

OrderInfo

OrderingInfo

PermissionInfo

LabelValuePair

LabelValuePair = [label, value]

LookupExpr

LookupExpr = "exact" | "iexact" | "contains" | "icontains" | "gt" | "gte" | "lt" | "lte" | "in" | "startswith" | "istartswith" | "endswith" | "iendswith" | "range" | "isnull" | "search" | "regex" | "iregex"

Source

client/lib/stores/storeModelInfo.js:1

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2