Petr Dlouhý

Results 117 issues of Petr Dlouhý

The django-compress raises following errors during run of `compress` management command and also `compilescss` command of `django-sass-processor`: ``` # python manage.py compress Compressing... Error parsing template adminsortable2/change_list.html: Invalid template name...

The lightbox has pre-defined aspect ration 16x9. If I open high image, it becomes very small: ![Snímek obrazovky_2023-07-27_16-02-56](https://github.com/trvswgnr/bs5-lightbox/assets/156755/4e30e441-aa44-4330-82ad-d67ccd0b214a) How do I achieve the lightbox to change it's aspect ration according...

### Is your proposal related to a problem? When there is port 80 selected in `Settings -> Sites` and in Django settings `SECURE_SSL_REDIRECT=True` is set the Wagtail preview doesn't work....

type:Enhancement
Documentation
component:Site
component:Preview

I am using Gunicorn on Heroku in Docker container along with Nginx/Supervisor. When Heroku scales down it first sends SIGTERM to all processes in the container and after 30 seconds...

Feature/Core

I would like to increase security of some views such as submitting payouts, handling money or other potentially risky tasks. To increase the security I would like to let the...

## Current Behavior The OTP field does suggest past OTP codes which might overlap with other screen elements, especially on mobile phones. Tested on Chrome browser on Android. The field...

I have following model: ```python class RunningTotal(models.Model): account = models.ForeignKey( "hordak.Account", on_delete=models.CASCADE, related_name="running_totals" ) currency = models.CharField( max_length=15, ) balance = MoneyField( max_digits=MAX_DIGITS, decimal_places=DECIMAL_PLACES, default_currency=defaults.DEFAULT_CURRENCY, null=True, blank=True, ) ``` When...

Hi @coordt, @epicserve, @jezdez, others, since this project moved to Jazzband I tried to clean it up a bit. I have fixed the testing, updated the matrix, tried to fix...

The bytedance.com bot is not recognized as spider. The User-Agent is: ``` Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; [email protected]) ```