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

Include default_error_messages for field classes #1619

Merged
merged 3 commits into from Jun 28, 2020
Merged

Include default_error_messages for field classes #1619

merged 3 commits into from Jun 28, 2020

Commits on Jun 23, 2020

  1. Include default_error_messages for field classes

    As a newbie who was finding a way to replace 'Not a valid email address.' with a custom error message and tried guessing the correct dict key like 'validator_failed', 'Email', 'email' (the correct one is 'invalid').
    
    I think it would be great to include `default_error_messages` for each field classes in the API Reference.
    weeix committed Jun 23, 2020
    Copy the full SHA
    1fbbef9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Format

    sloria committed Jun 28, 2020
    Copy the full SHA
    6433769 View commit details
    Browse the repository at this point in the history
  2. Update AUTHORS and CHANGELOG

    sloria committed Jun 28, 2020
    Copy the full SHA
    6bd0871 View commit details
    Browse the repository at this point in the history