Erik Telepovský

Results 39 issues of Erik Telepovský
trafficstars

I followed this example: https://github.com/WebDevStudios/CMB2/wiki/Adding-your-own-field-types#example-4-multiple-inputs-one-field-lets-create-an-address-field Everything works fine until I change type of 'state' field from ``select`` to ``multicheck``. ### Expected Behavior: Change select dropdown to multicheck checkboxes. ### Actual...

bug

Regarding the documentation: > select_related() works just as usual, but it can not (yet) be used to select relations in inherited models (like ModelA.objects.select_related('ModelC___fieldxy') ) Is there a chance you...

enhancement

Hi, I am struggling with following exception when calling custom method on `PolymorphicQuerySet` within reverse related queryset: ``` AttributeError: 'PolymorphicQuerySet' object has no attribute 'custom_method' ``` **Managers/Querysets:** ``` python class...

Let's say we have data of this array: [3, 4, 9, 11, 13, 15]. Then minimum value is 3, not 0. This resolves #12

This allows using "get" as a form method for users who don't want to or can't use default "post". ```

Fixed building query for ``isnull``, ``istrue`` and ``isfalse`` lookups as well as initialising form.

**Describe the bug** The app is not compatible with the latest select2 JS (currently v4.0.13) **To Reproduce** Steps to reproduce the behavior: 1. Go to admin with advanced filters 2....

**Describe the bug** Not possible to add another filter field in the popup. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'model admin' 2. Click on 'Advanced filter'...