Skip to content

Conversation

retnikt
Copy link
Contributor

@retnikt retnikt commented Oct 23, 2019

Resolves #924.

@dmontagu
Copy link
Contributor

I don’t think it’s strictly necessary, but I do think this could benefit from some practical examples of usage.

@codecov
Copy link

codecov bot commented Oct 23, 2019

Codecov Report

Merging #926 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #926   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     16           
  Lines        2799   2800    +1     
  Branches      543    543           
=====================================
+ Hits         2799   2800    +1
Impacted Files Coverage Δ
pydantic/validators.py 100% <100%> (ø) ⬆️
pydantic/error_wrappers.py 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f5cde39...a12c91f. Read the comment docs.

@samuelcolvin samuelcolvin merged commit dccc401 into pydantic:master Oct 23, 2019
andreshndz pushed a commit to cuenca-mx/pydantic that referenced this pull request Jan 17, 2020
…c#926)

* Clarify keep_untouched documentation (pydantic#924)

* Clarify error message for custom types (pydantic#924)

* Fix tests for changed error message (pydantic#924)

* fix formatting

* remove erroneous error message and add change
alexdrydew pushed a commit to alexdrydew/pydantic that referenced this pull request Dec 23, 2023
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Behaviour of keep_untouched is unclear in docs
3 participants