Thang Pham

Results 3 issues of Thang Pham

I and my colleagues find ourselves use this feature a lot. It is available on many famous Git GUIs such as GitX, gitg, and GitFork. What it does is really...

It used to work in Django 2.x, but now using `prefetch_related` on a SortedM2M fields make it an empty one.

Versions --- django-sortedm2m==3.0.0 Django==3.0.2 Code --- ``` class Parent(Model): children = SortedManyToManyField('Child') ``` The bug --- Given that I have a Parent instance with 3 Children with ids 1, 2,...