• 
      

    Allow AmountSelectorWidget to consider None as an empty value.

    Review Request #13867 — Created May 20, 2024 and submitted — Latest diff uploaded

    Information

    Djblets
    release-5.x

    Reviewers

    AmountSelectorWidget's data normalization turned an input empty string
    into a None value, but didn't do the same for an input None value.

    This is a simple fix to support None values. Unit tests have been
    updated to check for this.

    Unit tests passed.

    Verified this fixed an issue I encountered in a new usage of
    AmountSelectorWidget.

    Commits

    Files