Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit order for user related models #3518

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add explicit order for user related models #3518

wants to merge 1 commit into from

Commits on Nov 20, 2023

  1. Add explicit order for user related models

    In some cases it might happen that the returned results have the wrong
    order, e.g. when running cc with postgres 10 and special foreign key
    indexes (commit: 5bb3fe9 /  #3509)
    
    This commit adds a '.order' for all user related models to ensure the
    correct order.
    johha committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a86b3b1 View commit details
    Browse the repository at this point in the history