Files
django-stubs/tests/typecheck/models
Sigurd Ljødal 76e3fdb479 Fix missing related managers on some models (#902)
* Fix missing related managers on some models

I was seeing an issue where some related managers were missing from some
models. Traced the issue down to this line, where it appears that if we
hit a relation with a non-default(?) reverse manager the iteration
stopped. I _think_ this is supposed to be a continue statement instead.
It appears to work in the project I'm working in at least.

* Add test case

* Add test case
2022-03-31 23:36:22 +03:00
..
2021-10-19 14:10:25 +03:00
2021-10-19 14:10:25 +03:00
2021-06-12 01:05:46 +03:00