• 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
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
base.py Loading commit data...
test_backend_specific.py Loading commit data...
test_models.py Loading commit data...
test_ordinary_fields.py Loading commit data...
test_relative_fields.py Loading commit data...