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

Improve signature of Repository.create_repo #2118

Merged
merged 1 commit into from Dec 20, 2021
Merged

Improve signature of Repository.create_repo #2118

merged 1 commit into from Dec 20, 2021

Commits on Dec 1, 2021

  1. Improve signature of Repository.create_repo

    The docstring stated that `"*"` and `"none"` were valid values for the
    organization, but neither was actually supported (unless your
    organization was called `"none"`).
    
    Remove the misleading information from the docstring, and add support
    for passing in an actual `Organization` object, for better typing and
    reliability properties.
    
    Fixes #2116
    xmo-odoo committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    ec9beeb View commit details
    Browse the repository at this point in the history