Richard Ebeling
Richard Ebeling
I'm sorry, but I'm a bit confused here. > here's how I tested it based on your models: The code snipped you posted asserts that ```python3 assert list(d1.houses.all()) == list(d2.houses.all())...
Noting this here because it came up in the paintball2 discord: Paintball2 [has patched `GL_LoadImage`](https://sourceforge.net/p/paintball2/code/HEAD/tree/trunk/paintball2/ref_gl/gl_image.c#l1871), a function used everywhere when an image or texture file needs to be loaded, to...
Ah, alright, thanks. I didn't properly read the docstring and just assumed the property was intended to be public because it didn't start with a leading underscore. In this case,...
#1900 is now merged, but iirc, we still have cases where we traverse through directories that are ignored, see [my comment on the PR](https://github.com/PyCQA/isort/pull/1900#issuecomment-1072709473) and [the response to it](https://github.com/PyCQA/isort/pull/1900#issuecomment-1075737020).
Hey @amureki thanks for putting time into this. The forward-case is indeed solved with 1.9.0. However, when referring to the many2many relationship using its reverse_name, the relationship still is not...