Petr Dlouhý

Results 117 issues of Petr Dlouhý

I had this problem on Ubuntu 23.04: ``` python3 toAndOTP.py input.txt output.txt Traceback (most recent call last): File "/home/petr/soubory/programovani/blenderkit/googleOTP-to-andOTP/toAndOTP.py", line 3, in from GAuthPayload_pb2 import GAuthPayload File "/home/petr/soubory/programovani/blenderkit/googleOTP-to-andOTP/GAuthPayload_pb2.py", line 5,...

It is not possible to set datatypes of the dynamic criteria lookup values. So lookups with keys like `__isnull` or IDs aren't working very well. I think, that the dynamic...

@jaredly I have updated the code to work in Django 2.0. Can you please make new PyPI package from version `1.2.0`?

I have Widget such as: ```python class PlanChoiceWidget(RadioSelect): option_template_name = "plans/plan_choice_widget.html" ``` and tests such as: ```python class PlanChoiceWidgetTests1(TestCase): def setUp(self): self.factory = RequestFactory() self.plan_pricing = baker.make( "PlanPricing", plan__name="Foo", price=Decimal("10.00"),...

Fix for #625 and #616 Will need to be polished and tested.

I was able to make partial fix for #516. It enables `thumbnail_cleanup` to work correctly with S3 stoarges and works with different source and destination storage. The default source storage...

Depends on https://github.com/goinnn/django-multiselectfield/pull/146

More powerful way to pre-filter or pre-annotate the querysets. This will probably replace `fixed_criteria`.