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

model._string_constraints: don't overwrite existing attributes in case of a conflict #152

Commits on Nov 3, 2023

  1. model._string_constraints: don't overwrite existing attributes in cas…

    …e of a conflict
    
    Currently a string constraints decorator silently overwrites existing
    attributes in case of a naming conflict. This behavior is changed such
    that the decorator checks for existing attributes beforehand and raises
    an exception in case of a conflict.
    Futhermore, tests for this behavior are added.
    jkhsjdhjs committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ce9b535 View commit details
    Browse the repository at this point in the history