mirror of
https://github.com/django/django.git
synced 2025-02-24 17:15:03 +00:00
If the only manager on the model is the default manager defined by Django (`objects = models.Manager()`), this manager will not be added to the model state. If it is custom, it needs to be passed to the model state.