mirror of
https://github.com/django/django.git
synced 2025-03-03 05:24:24 +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.