holoviz / param

Param: Make your Python code clearer and more reliable by declaring Parameters
https://param.holoviz.org
BSD 3-Clause "New" or "Revised" License
412 stars 69 forks source link

Document `allow_refs` and `nested_refs` #861

Closed maximlt closed 9 months ago

maximlt commented 9 months ago

We can't release Param 2.0 without documenting that, it's one of the main new features and is breaking some Param 1 code!

philippjfr commented 9 months ago

To be clear, the implementation is fully backward compatible, what actually breaks things is that Panel automatically activates allow_refs=True for all parameters that do not explicitly disable it.