Login
Remember
Register
Ask a Question
When choosing field names for the model, it should not conflict with the model API. The field name should not be _________.
0
votes
asked
Jun 28, 2022
in
Django
by
Robin
When choosing field names for the model, it should not conflict with the model API. The field name should not be _________.
a) clean
b) clean, save and delete
c) save and delete
d) delete
e) save
f) clean and save
django
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 28, 2022
by
Robin
b) clean, save and delete
...