Refs #20203 -- Allowed adding custom default manager to the model state
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.
Showing
Please
register
or
sign in
to comment