8000 Remove old, deprecated code by samuelcolvin · Pull Request #720 · pydantic/pydantic · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@samuelcolvin
Copy link
Member
@samuelcolvin samuelcolvin commented Aug 6, 2019

Change Summary

Remove the following deprecated functions (all have had deprecation warnings for multiple releases):

  • get_validators is no longer recognised, use __get_validators__
  • Config.ignore_extra is no longer recognised, use Config.extra
  • Config.allow_extra is no longer recognised, use Config.extra

Checklist

  • Unit tests for the changes exist
  • Tests pass on CI and coverage remains at 100%
  • Documentation reflects the changes where applicable
  • change description file added to changes/,
    see changes/README.md for details
    on the format

@codecov
Copy link
codecov bot commented Aug 6, 2019

Codecov Report

Merging #720 into master will decrease coverage by 0.07%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #720      +/-   ##
==========================================
- Coverage     100%   99.92%   -0.08%     
==========================================
  Files          15       15              
  Lines        2727     2708      -19     
  Branches      539      532       -7     
==========================================
- Hits         2727     2706      -21     
- Misses          0        2       +2

@samuelcolvin samuelcolvin added this to the Version 1 milestone Aug 6, 2019
@samuelcolvin samuelcolvin merged commit e6c44ee into master Aug 8, 2019
@samuelcolvin samuelcolvin deleted the remove-deprecated-code branch August 8, 2019 10:55
alexdrydew pushed a commit to alexdrydew/pydantic that referenced this pull request Dec 23, 2023
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.

2 participants

0