Remove deprecated code from Djblets.
Review Request #12897 — Created March 17, 2023 and submitted
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.
Summary | ID |
---|---|
cd4e5354610e6a2837f539f7e985981b4b611f3a |
Description | From | Last Updated | ||
---|---|---|---|---|
Instead of "with a string of separated values" can you update this to say "with a list of values" here. |
![]() |
|||
Given the deprecation info, if we make these keyword-only arguments and use the decorator, we can make token_info and token_generator_id … |
|
|||
There are no open issues |
- Commits:
-
Summary ID 90bd1b2ce5bdddb62c16d3760e6f15632234b39a 4e5e9c688b716004351e676c6dbfcf1039a7d6c5
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.