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

Change alias precedence to prefer child models #904

Merged
merged 3 commits into from
Oct 17, 2019
Merged

Conversation

samuelcolvin
Copy link
Member

@samuelcolvin samuelcolvin commented Oct 16, 2019

Change Summary

Change the precedence of aliases so child model aliases override child aliases,
including use alias_generator

Related issue number

fix #903

Checklist

  • Unit tests for the changes exist
  • Tests pass on CI and coverage remains at 100%
  • Documentation reflects the changes where applicable
  • changes/<pull request or issue id>-<github username>.md file added describing change
    (see changes/README.md for details)

@codecov
Copy link

codecov bot commented Oct 16, 2019

Codecov Report

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

@@          Coverage Diff          @@
##           master   #904   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     16           
  Lines        2751   2751           
  Branches      523    523           
=====================================
  Hits         2751   2751
Impacted Files Coverage Δ
pydantic/fields.py 100% <100%> (ø) ⬆️

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 806eba3...39fdd7f. Read the comment docs.

@pypae
Copy link

pypae commented Oct 16, 2019

Wow incredibly fast, thank you for your awesome work!

@samuelcolvin samuelcolvin merged commit ed7b216 into master Oct 17, 2019
@samuelcolvin samuelcolvin deleted the alias-precedence branch October 17, 2019 09:58
andreshndz pushed a commit to cuenca-mx/pydantic that referenced this pull request Jan 17, 2020
* Change alias precedence to prefer child models

* add docs about alias precedence

* correct 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.

Alias generator not working on inherited attributes
2 participants