• Anssi Kääriäinen's avatar
    Refs #24267 -- Implemented lookups for related fields · b68212f5
    Anssi Kääriäinen yazdı
    Previously related fields didn't implement get_lookup, instead
    related fields were treated specially. This commit removed some of
    the special handling. In particular, related fields return Lookup
    instances now, too.
    
    Other notable changes in this commit is removal of support for
    annotations in names_to_path().
    b68212f5
tests.py 11.2 KB