Tomek Paczkowski
Tomek Paczkowski
I've opened another one: #136
That is just django admin, formsets will happily work with PKs.
Pagination brings me to other issue with django.contrib.admin which is that default django Paginator relies on COUNT(*) which has very bad performance.
I've just hit this problem on Friday when upgrading my dependencies. I'm using urllib3 via requests, so for me 1.x -> 2.x was just a matter of transitive dependencies upgrade,...
@fredericdalleau my team experienced the same problem with permissions in dev container on 4.15. The build that you've linked resolves the problem for us 👍 Is this likely to be...