Fabio Caccamo
Fabio Caccamo
I don't think it is impossible: https://stackoverflow.com/questions/7065982/list-editable-and-widgets
Sure, I solved the problem by doing: ``` python try: my_obj = get_object_or_404( MyModel, parent = parent_obj, slug = slug ) except Http404: my_obj = get_object_or_404( MyModel, parent = parent_obj,...
No, the problem is the same.
Frankly I don't know, but since I expected this behaviour as the default one, I think that this fallback pitfall should be documented in the fallback section. Thanks for the...
Check PR #26
Any update about this issue?
@justinmayer @parruc still interested in a PR for this issue?
@parruc I have the impression that this project is a little bit abandoned by the maintainer.
@justinmayer to be frankly I don't know if this bug has been fixed, if you can't test it, just leave this issue open.
Hello @zhpeh and @createhappymemoryforlife I was looking for the same feature, a way for constantly update the animation final value during a running animation. Actually if the property value is...