Nicolas Delaby
Nicolas Delaby
Last time I tried was in January 2014. It means there is a chance it works now, since docker evolved a lot since. Just give it a try, unfortunately I...
Can be achieved without additional support and non intrusively with a custom plugin package ```ini ;setup.cfg [mypy] plugins = ./mypy_django_plugin.py ``` ```python # mypy_django_plugin.py from configurations import importer from mypy_django_plugin.main...
@thomasmassmann If I recall correctly, I left it in an alpha state. It's meant to be testable with existing projects. What needs to be done is to check/develop a migration...
> What would be your preferred way for contribution? Continue in your fork or create a new fork of your changes? I don't want to stay in the way. I...
Hi, thanks for your feedback. I'm not sure I completely understand your recommendations though :) > I'm not sure I think a retried status is the best though. I agree...
In addition to django admin, do you see a need to expose this feature on the cli ? Where else could it be useful ?
> First: sorry it took me so long to dive into this. > No need, I assume we are all volunteers here. > This seems, nice, I'm wondering if you...
Thanks, I just pushed changes reflecting your suggestion. Now we are using the same `retry` procedure for TODO and FAILED jobs. Django integration, defaults on retry_at=now(), for sake of simplicity.
I don't understand the failure related to versioning of migrations. I tried multiple version schemes. none of them worked.
Fixed by https://github.com/jazzband/django-fsm-log/pull/192 I will try to make a release shortly.