pySilver

Results 133 comments of pySilver

Nah. That's not a good idea to use mode="json" since we may want to use callable(s) in settings. So probably the only viable solution is to include all known types...

Yeah. Unfortunately I haven't found any better solution other than handling custom types manually within 'to_django' function. It's not nice but there is no better way to do it at...

@hibukipanim can you share your engine parameters please? I've tried using suggested flag but still seeing the same error as TS

such a wonderful extension :) please update it!

Cool! This way distributed locks will be very easy to implement with KV (long running workflows will benefit from being able to extend lock expiration TTL.)

Doing the opposite almost works. I mean having ``` class Meta: model = CategoryMapping fields = ["categories", "note"] ``` and adding the `status` field dynamically in the `CategoryMappingForm.__init__` method. It...

@lb- nope, unfortunately, it is irrelevant in this case.

That would be awesome. At the moment I'm doing something similar manually. Here are the utils for commands: ```python import asyncio import signal from collections.abc import Awaitable, Callable from functools...

oh @xenova you are the MAN OF THE DAY! Do you share your export code somewhere on Github? I'd love to learn from it (I could not export this model...