Q. Which of the following is not a valid Django field? (A) SlugField (B) JSONField (C) IPAddressField (D) RandomField ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) RandomField Explanation: RandomField is not a valid field type in Django models.