What if there is nothing that matches the get? Then it returns in an error.
How do I say: get if there is, otherwise, return nothing.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could create a shortcut like this (based on get_object_or_404):
Not sure why this shortcut doesn’t exist (perhaps someone with more django under their belt can explain) as it is a reasonably useful shortcut that I use from time to time.