mirror of
https://github.com/django/django.git
synced 2025-01-26 18:19:18 +00:00
c0cf73a57d
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.