Jocelin Hounon
Jocelin Hounon
> In the DONT list, was the usage of exceptions as a control flow mechanism. I agree with you, but adding those two methods may cause confusion. Instead, we can...
> thank you SO MUCH for listening! Super happy here. Thank you for your kind words. I'm glad to know that you are enjoying being here.
I previously described a workaround [here](https://github.com/jowilf/starlette-admin/discussions/240#discussioncomment-6534567). You can now use [hooks](https://jowilf.github.io/starlette-admin/tutorial/configurations/modelview/?h=hook#hooks) instead of overriding the `create` and `edit` methods as shown in the example.
Thank you for submitting the PR! I appreciate your effort and initiative. I'll do my best to review your changes as soon as possible. In the meantime, you can refer...
Hello @opaniagu , Are you still planning to address the review comments? If there's anything I can do to help move it forward, please let me know.
> Hello, I have little time at the moment. The main problem is that for me (I think) it is already a functional version, but when I was finishing you...
Thanks everyone. I think we can handle this the same way the locale is handled in the [I18nConfig](https://github.com/jowilf/starlette-admin/blob/e351ddc953b9c29d58aea541ca066ccc8e235198/starlette_admin/i18n.py#L122) class. But, In case you are dealing with a single timezone, it...
Hi @hasansezertasan, I had a similar issue with select2 when when I was trying to integrate validation errors. I was able to fix it using [this css code](https://github.com/jowilf/starlette-admin/blob/7465db977d748baa43c3f39a20a307c3636bd7be/starlette_admin/templates/create.html#L64). Perhaps, you...
> I think we need an attribute called `default` in the `BaseField` class. Yes, and read the default value from the column definition (SQLAlchemy), Field(mongoengine)...
> Yep, that's what I'm talking about. Do you have a work in progress about this? If not, I may try to implement some stuff (I missed your reviews 😂,...