Truong Luu
Truong Luu
Link: `/test-sub/components/1/test` Does not work `/test-sub/components/test¶m_id=1` Work
For example, I defined this column in model ```python open_in_new_tab = Column(Boolean, server_default=expression.false(), default=False) ``` And in form with field `open_in_new_tab` it requires checkbox to be checked. It should not...
### Description This MR, I implemented new logic which it allows model can define hidden fields when cast to json. For example: ```python class ExampleModel(Model): id = Column(...) secret_column =...
There is very critical when use method `to_json` in model User; it also includes `password` into response.