0 votes
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

Related questions

+1 vote
asked Jun 29, 2022 in Django by sharadyadav1986
0 votes
asked Jun 26, 2022 in Django by john ganales
...