You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set_class defaults to OrderedSet which is convenient enough, and setting dict_class to OredredDict is a corner case, so we can get rid of the ordered attribute and pass those as class attributes.
This is a follow-up to #1744 and #1896, the backwards incompatible part that should happen in marshmallow 4.
The text was updated successfully, but these errors were encountered:
set_class
defaults toOrderedSet
which is convenient enough, and settingdict_class
toOredredDict
is a corner case, so we can get rid of theordered
attribute and pass those as class attributes.This is a follow-up to #1744 and #1896, the backwards incompatible part that should happen in marshmallow 4.
The text was updated successfully, but these errors were encountered: