Pavel Pančocha

Results 8 issues of Pavel Pančocha

Hi! ![image](https://user-images.githubusercontent.com/30392053/146332847-24fe3b93-856d-4fed-b7c8-b73f31cdfe85.png) ## Problem: If your tab name has any Unicode chars, it works as expected till you want to use the generated URL to access that tab directly. E.g.:...

Hi there! We ran into issue, when you have inline-admin with `raw_id_fields` and modals enabled: ![image](https://user-images.githubusercontent.com/30392053/115026268-94123f80-9ec2-11eb-81b5-1af423ebd8aa.png) When you add a new row, click to find FK(Supervisor in this case), you...

- Added some more code-coverage Fix: #508

We started getting a lots of "warning" errors like: ``` avatar field must be an ImageField/URLField on the user model, or a callable ``` I found out, it is because...

During this change: https://github.com/farridav/django-jazzmin/commit/3ed99883bfbf6a846d45a6418d25483516ad2e71#diff-2d17ef548c972fba2f55b0a493ab0c923e2553b70287684f2e814342d845261fL131-L135 The current app was omitted. It now uses `admin_site` settings for the first site of all admin sites. Original discussion: https://github.com/farridav/django-jazzmin/pull/406#discussion_r863743524

[Django FSM](https://github.com/viewflow/django-fsm) is great for handling the "states" of your objects. It also provides and option to have and "button" that will initiate the state transition. These buttons now break...

third party

Just 8 digits. Example: https://or.justice.cz/ias/ui/rejstrik-firma.vysledky?subjektId=47718&typ=PLATNY&sp=H4sIAAAAAAAAAKtWykvMTU0JSCwCUiWpRcVKVtHVStmplUpWQJmq1DIlHaWyxJzSVCD%252F6MLs%252FJRE%250D%250AhcTSknyl2thaAOBvbwI7AAAA%250D%250A Example: 00177041, could be formatted as `001 77 041`

enhancement

**What version of Unfold are you using?** Main **What version of Django are you using?** 5.0 **What browser are you using?** Chromium: 129.0.6668.89 **Did you checked changelog/commit history, if the...

bug