This is my list
[<CorrectEntry: CorrectEntry object>, <CorrectEntry: CorrectEntry object>, <CorrectEntry: CorrectEntry object>]
CorrectEntry objects looks like this :
number
message
etc
How would I check if a any of those objects in a list has a number that I am checking for?
So I want to check if the number ex. 123 is in any of the objects in the list?
filter, orvalues_list` in your situation