• André Ericson's avatar
    Fixed #22064 -- Add check for related_name · 1e5e2a47
    André Ericson yazdı
    Validates that related_name is a valid Python id or ends with a '+' and
    it's not a keyword. Without a check it passed silently leading to
    unpredictable problems.
    
    Thanks Konrad Świat for the initial work.
    1e5e2a47
test_relative_fields.py 47.5 KB