Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SectorLabs/django-postgres-extra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.9rc6
Choose a base ref
...
head repository: SectorLabs/django-postgres-extra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.9rc7
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    cbf93a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    5fcb63f View commit details
    Browse the repository at this point in the history
  2. Tolerate new columns being added to tables during upsert

    Up until now, upserting to a table which had a column added not
    know to Django would make the query crash. This commit introduces
    a more robust mechanism to constructing model instances from
    query results that tolerates a column being added at the end
    of the table.
    Photonios committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    92ae690 View commit details
    Browse the repository at this point in the history
Loading