AttributeError: type object ... has no attribute 'objects'
If you add a custom manager to a model then the default manager at objects
will not be created. Either add it yourself in the class definition, or stick with using the custom manager.
If you add a custom manager to a model then the default manager at objects
will not be created. Either add it yourself in the class definition, or stick with using the custom manager.