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.9rc10
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.9rc11
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 18, 2024

  1. Fix automatic hstore extension creation not working on Django 4.2 or …

    …newer
    
    The following change broke the auto setup:
    django/django@d3e746a
    
    This breaks because the call to `pscygop2.extras.register_hstore` is now
    conditional. Before, it would be called multiple times with
    empty OIDS, when eventually our auto registration would kick
    in and psycopg2 would fetch the OIDs itself.
    Photonios committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    13b5672 View commit details
    Browse the repository at this point in the history
Loading