Petr Dlouhý

Results 117 issues of Petr Dlouhý

If I switch to encrypted form, the PayPal shows me interface with much worse UX: ![Snímek obrazovky_2022-05-03_07-48-03](https://user-images.githubusercontent.com/156755/166409573-699bada8-d48c-42a8-8a72-c42109411e39.png) In contrast with the interface with unencrypted form: ![Snímek obrazovky_2022-05-03_07-48-14](https://user-images.githubusercontent.com/156755/166409581-adcdb226-d5bc-407e-9e5d-74942a42acaf.png) I don't think,...

When _libgdal_ is not installed, the widget doesn't show, in admin even no field is displayed (blank page). I didn't found any error until I used _pudb_ for django-leaflet itself,...

bug

Usually most of the files in bower repositories are not needed. Collection of many files can become very slow, especially when use with `django-whitenoise` compression. This adds possibility add patterns...

Add possibility to change target object key field by `COMMENTS_ID_OVERRIDES` settings, e.g.: ```python COMMENTS_ID_OVERRIDES = { 'assets.Asset': 'asset_uuid', } ``` I have model with `id` field as PK and want...

If I run ```console pip install git+https://github.com/jazzband/django-categories#egg=django-categories ``` the pip will not create `categories` folder with `django-categories` files in the `site-packages` directory. If I try to run the application I...

This makes slug unique as mentioned in #116. I think it is very helpful in many usages of slug. This change could cause problems during migration, if the user have...

Also #158 would be needed for compatibility with Django 3.x

Admin site for categories doesn't show left panel introduced in Django 3.0: ![Snímek obrazovky_2021-12-17_09-08-48](https://user-images.githubusercontent.com/156755/146511781-12df2f40-cee1-4dbd-a8ee-2441b768ec20.png) vs ![Snímek obrazovky_2021-12-17_09-09-33](https://user-images.githubusercontent.com/156755/146511784-bcd68d23-d31d-4a81-93b9-fb3f891966db.png)