Petr Dlouhý

Results 117 issues of Petr Dlouhý

Making a `TextField` to be wysiwig editable is quite unpleasant and unflexible with django-wysiwig. Especially making new admin templates. I would suggest something like: ``` class MassCommunicationAdmin(WysiwigAdminMixin, admin.ModelAdmin): list_display =...

OSV should provide some way easy to display full size version of the image. It is the biggest usability issue for now, I think. It could be done by clicking...

I am trying to get social login working together with `django-two-factor-auth` (so that it requires additional authentication step for users with 2FA enabled). I am now stuck for several hours...

- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/djlint/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: e.g. ubuntu 23.10 -...

:microbe: bug
:mag: linter

There is number of cases (i.e. two buttons triggering same dropdown) when the code would set up multiple timeouts at the same time. This can easily lead to weird and...

**Problem Statement** As I added simple history to existing project I am often dealing with a situation that I see history change but it have blank `change_reason` and I don't...

Make the example work as is: Add `{% load pinax_comments_tags %}`, remove `bootstrap` library dependency.

fix slow add admin view if there are many users in the DB

Fix for #31 This just renames the related_name that clashes with Wagtail `comments` related name. I didn't find any reference of this related name in this project, so I suppose...

The Hompeage in PyPI points to GitLab repository which is a bit confusing since this seems to be the primary repository now.