Login
Remember
Register
Ask a Question
To rename the Manager for a given class, what attribute type can be used in models.Manager() on that model?
0
votes
asked
Jun 28, 2022
in
Django
by
Robin
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
django
class
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 28, 2022
by
Robin
d) class
...