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.9rc7
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.9rc8
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 11, 2023

  1. Make ExcludedCol work with fields and use them when constructing SE…

    …T clause
    
    The recent changes to add support for custom update values had a side
    effect that upserts with PostGIS related fields would break.
    
    They would break while building the `SET` clause. Django would try to
    figure out the right placeholder for the expression, even though
    none is required. Since there was not associated field information,
    it couldn't figure it out.
    
    By passing the field information, we ensure we always build the SET
    clause correctly.
    Photonios committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d0b4df0 View commit details
    Browse the repository at this point in the history
Loading