0 votes
in Django by

Select the incorrect statement: A database Router uses the method ________.

select the correct answer from below options

a) allow_migrate(db, app_label, model_name=None, **hints)

b) db_for_delete(model, **hints)

c) allow_relation(obj1, obj2, **hints)

d) db_for_write(model, **hints)

1 Answer

0 votes
by
b) db_for_delete(model, **hints)

Related questions

0 votes
asked Jun 28, 2022 in Django by Robin
0 votes
asked Jul 13, 2023 in Angular by sharadyadav1986
...