InlinePanel DOM events - add versionadded admonition

pull/11118/head
LB Johnston 2023-10-19 22:08:52 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 4a0ab8bf0a
commit c13edd0e42
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -115,6 +115,10 @@ Here are some built-in panel types that you can use in your panel definitions. T
You may want to execute some JavaScript when `InlinePanel` items are ready, added or removed. The `w-formset:ready`, `w-formset:added` and `w-formset:removed` events allow this.
```{versionadded} 5.2
```
For example, given a child model that provides a relationship between Blog and Person on `BlogPage`.
```python