Fields Reference¶
-
class
repose.fields.
ManagedIdListCollection
(model, *args, **kwargs)¶ Use for providing a managed collection upon a field which contains a list of model IDs.
This does a little fancy footwork to ensure that the values are only loaded when accessed. This functionality is largely provided by LazyList
-
__init__
(model, *args, **kwargs)¶
-