• 
      

    Fix introspection in rb-site upgrade.

    Review Request #14901 — Created March 14, 2026 and submitted — Latest diff uploaded

    Information

    Review Board
    release-7.1.x

    Reviewers

    At some point, django changed the name of get_key_columns in the
    DatabaseIntrospection class to get_primary_key_columns. We never
    noticed because we haven't had any failures during upgrades, but this
    affects Django 4.2 as well.

    Verified this change inside a CI upgrade tests container.

    Commits

    Files