Alexandr Artemyev
Alexandr Artemyev
@auvipy Could you kindly provide information on the status of 5.3.0b2 and estimated release date?
>However, I liked the idea of querying the parent and using that as the decisor. This is generic enough to accommodate any restriction scheme the person could had imposed to...
Up again
I'll just mention here all the open PRs. So that more interested people can see it. #268 #258 #253 #252 #245 #244 #229 #221 #216 #206 #191 #188 #179
Hi. That doesn't help me in any way. ``` expiration = datetime.utcnow() + timedelta(seconds=expire) ``` If we're talking about this expression, I have a problem with the part `datetime.utcnow()` not...
Just tried the same example. Now rustpython in this particular example is 4 times faster. ``` ❯ time python -c 'print("hello world")' hello world python -c 'print("hello world")' 0.04s user...
Do you mean something like this? https://stackoverflow.com/a/49736970
Implemented in https://github.com/django-hijack/django-hijack
> @Mogost can you add a note explaining how this was completed? This package is abandoned. (actually integrated in the main package). You can follow the doc. https://django-hijack.readthedocs.io/en/latest/#django-admin-integration I don't...
Also faced this. Seems very reasonable to keep property and setter together.