marshmallow icon indicating copy to clipboard operation
marshmallow copied to clipboard

Remove `ordered` option

Open lafrech opened this issue 11 months ago • 0 comments

set_class defaults to OreredSet 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.

lafrech avatar Jul 16 '23 20:07 lafrech