Add warning re: nested quick-adds

This commit is contained in:
Jeremy Stretch 2024-11-18 09:32:43 -05:00
parent 06705595b6
commit 13236a7782

View File

@ -66,7 +66,8 @@ class DynamicModelChoiceMixin:
choice (DEPRECATED: pass `context={'disabled': '$fieldname'}` instead)
context: A mapping of <option> template variables to their API data keys (optional; see below)
selector: Include an advanced object selection widget to assist the user in identifying the desired object
quick_add: Include a widget to quickly create a new related object for assignment
quick_add: Include a widget to quickly create a new related object for assignment. NOTE: Nested usage of
quick-add fields is not currently supported.
Context keys:
value: The name of the attribute which contains the option's value (default: 'id')