Stanislav Zmiev
Stanislav Zmiev
I feel like adding listeners in `__init_subclass__` would be a simpler solution, wouldn't it?
I prefer to use this one. It is much easier to understand but it's less generic. ```python async def pre_save_model(sender: Any, instance: "Base", using_db: str, update_fields: list[str]) -> None: print("Pre...
@frostming so is there any other way of getting the comment for it?
@frostming thanks for the quick reply! Spent an hour trying to figure it out on my own but gave up. I think, the problem is the lack of documentation on...
@sfc-gh-aling a gentle nudge to review this PR. We have bumped into the lack of support too. #451
Makes a lot of sense! Let's use this task for tracking progress on the "alternative uses" issue. As for the 404 on /docs and /openapi.json -- this problem is sadly...
Almost finished adding versioned openapi.json routes to cadwyn -- finishing unit tests right now. Will be done with it some time this week.
Added versioned /openapi.json in 3.9.0. Note that /docs and /redoc were not added as I do not see the use case for them being versioned outside of browser yet.
Writing the proper docs for custom Cadwyn use cases is going to be resource intensive so let me just summarize it here. Cadwyn needs four fundamental parts to function: 1....
Okay! Feel free to ask for help. I'm also available for a call in Discord (see the discord status badge in README).