Remove deprecated code from Djblets.
Review Request #12897 — Created March 17, 2023 and submitted — Latest diff uploaded
This change removes all deprecated code marked for removal in Djblets
4.0. The only complicated part of this is the ListEditWidget, which had
a "legacy" mode in which the widget handled separators and value
splitting. This wasn't used anywhere except unit tests.
Ran unit tests.
Diff Revision 3 (Latest)
orig
1
2
3
Commits
Files
djblets/deprecation.py |
---|
djblets/datagrid/grids.py |
---|
djblets/datagrid/tests.py |
---|
djblets/forms/widgets.py |
---|
djblets/forms/tests/test_list_edit_widget.py |
---|
djblets/integrations/urls.py |
---|
djblets/webapi/managers.py |
---|
djblets/webapi/responses.py |
---|
djblets/webapi/tests/test_api_token.py |
---|
djblets/webapi/tests/test_responses.py |
---|