Remove deprecated code from Djblets.

Review Request #12897 — Created March 17, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-4.x

Reviewers

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

First Last Summary ID Author
Remove deprecated code from Djblets.
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. Testing Done: Ran unit tests.
cd4e5354610e6a2837f539f7e985981b4b611f3a David Trowbridge
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
Loading...