Petr Dlouhý

Results 115 issues of Petr Dlouhý

There is 1 thing, for which I have to override the whole template. I am using font-awesome icons, so I need to make the `item.title_resolved` safe (see https://github.com/idlesign/django-sitetree/issues/91#issuecomment-870688223). I don't...

enhancement

Fixes to get this working in Django 2.1. This is just quick fix without regard of older Django versions, but without automated testing on this package I am unable to...

There is [security vulnerability](https://snyk.io/vuln/npm:jquery-ui:20160721) in jQuery-ui

The TransactionAdmin can be very slow due to vast number of DB queries. I tried to fix this with partial success - I reduced number of queries from ~900 to...

I have about 13000 hordak accounts in my system (2 for every user account), and creating new accounts are starting to be very slow (~7 seconds). It is caused by...

Proposal to fix #84. If this should be optional, I would like to discuss which option is suitable to make it so.

Usually when there are mixed `None` values with numbers it is best to sort with `nulls_last` option. I suggest adding this option to the sorting, at least optional.

**Describe the bug** If I combine `ImportExportMixin` with `SortableAdminMixin` from `django-admin-sortable2` I can't get both functionalities to work together. I have already described the issue and made PR for `django-admin-sortable2`:...

bug

I tried to investigate slow export on my model. I found out, that if I write `dehydrate` function on `ModelResource` like this: ```python def dehydrate_user_profile(self, search_report): return search_report.user_profile_id ``` The...

performance

Add flake8 configuration and flake8 + Black tests in GitHub actions as mentioned in #1223. This PR doesn't include actual code linting fixes, as we should discuss the exact configuration...