in Django by
To rename the Manager for a given class, what attribute type can be used in models.Manager() on that model?

a) objects

b) Customer

c) filter

d) class

1 Answer

0 votes
by
d) class
...