Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog.d/428.change.rst
Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
hynek and webknjaz authored Mar 30, 2020
commit 62dcd7c47464a556cde0c6532515da55027b5fa6
2 changes: 1 addition & 1 deletion changelog.d/428.change.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Added ``@attr.s(collect_by_mro=False`` argument that if set to ``True`` fixes the collection of attributes from base classes.
Added ``@attr.s(collect_by_mro=False)`` argument that if set to ``True`` fixes the collection of attributes from base classes.
Comment thread
hynek marked this conversation as resolved.

It's only necessary for certain cases of multiple-inheritance but is kept off for now for backward-compatibility reasons.
It will be turned on by default in the future.
Expand Down