Q. Which of the following is not a valid status code returned by Django?
β
Correct Answer: (D)
700
Explanation: 700 is not a valid HTTP status code. Valid codes include 200, 302, 404, 500, etc.