mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-04-29 02:04:39 +08:00
9044a354cb
If a django model has a Manager class that cannot be resolved statically (if it is generated in a way where we cannot import it, like `objects = my_manager_factory()`), we fallback to the default related manager, so you at least get a base level of working type checking.