stores/storeModelInfo
Overview
Pinia store and supporting types for fetching and caching Django model metadata from the server.
Methods
- storeModelInfo - A store for model information.
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