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

fix: Remove model_helpers.py for now. #2801

Merged
merged 1 commit into from
Oct 29, 2024
Merged

fix: Remove model_helpers.py for now. #2801

merged 1 commit into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. Remove model_helpers.py for now.

    We had duplicate definitions, which led to different implementations
    being used in different settings.
    
    In models.py, we used the ones defined in models.py. When called from
    the top level `osv` module (e.g. our API), we used the one in
    model_helpers.py
    oliverchang committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    33a3087 View commit details
    Browse the repository at this point in the history