-
-
Notifications
You must be signed in to change notification settings - Fork 407
Replace UnboundField with the descriptor protocol #911
Copy link
Copy link
Open
Labels
breaking changeResolving this ticket needs to rebuild and break things in the next major release.Resolving this ticket needs to rebuild and break things in the next major release.refactoringDoes the same thing but in a different wayDoes the same thing but in a different way
Milestone
Metadata
Metadata
Assignees
Labels
breaking changeResolving this ticket needs to rebuild and break things in the next major release.Resolving this ticket needs to rebuild and break things in the next major release.refactoringDoes the same thing but in a different wayDoes the same thing but in a different way
Type
Fields
Give feedbackNo fields configured for issues without a type.
Python descriptor protocol could more elegantly replace the wtforms UnboundField mechanism.
This would slightly help typing (no more UnboundField).