Django Practice Test
Django Django Models & ORM
Which Django ORM method retrieves a single object and raises an exception if not found?
Select your answer
A
get()
B
filter()
C
first()
D
fetch()
Hint