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 1

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

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.
90bd1b2ce5bdddb62c16d3760e6f15632234b39a 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...