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

Enable Validators to defer string evaluation and handle new string format #3438

Closed
wants to merge 8 commits into from

Commits on Sep 23, 2015

  1. Remove formatted messages as parameters to field bound validators, fixes

     encode#3354
    
    - Update tests to reflect new error messages provided by Django field
      parent classes
    nryoung authored and xordoquy committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    1f20cb7 View commit details
    Browse the repository at this point in the history
  2. Revert error messages.

    xordoquy committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    87aff64 View commit details
    Browse the repository at this point in the history
  3. Min/MaxValue/LengthValidator now defer the message formatting and abl…

    …e to handle new string format.
    xordoquy committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    6007bc7 View commit details
    Browse the repository at this point in the history
  4. Fix import order.

    xordoquy committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    1ce88be View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2015

  1. Configuration menu
    Copy the full SHA
    3a4be04 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2015

  1. Merge remote-tracking branch 'reference/master' into bug/3354

    Conflicts:
    	rest_framework/compat.py
    xordoquy committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    026e114 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Configuration menu
    Copy the full SHA
    e392ee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd34388 View commit details
    Browse the repository at this point in the history