Remove deprecated-for-5.0 code from Djblets.

Review Request #13812 — Created May 2, 2024 and submitted — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

This change removes the rest of the APIs and usage that has been marked
as deprecated and removed for Djblets 5.0. This also turns on subquery
and join type checking by default for assertQueries, as was advertised
in the deprecation warnings for those. This required updating one unit
test for the join types, but otherwise works.

Ran Djblets and Review Board unit tests.

Diff Revision 2

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

orig
1
2
3
4

Commits

First Last Summary ID Author
Remove deprecated-for-5.0 code from Djblets.
This change removes the rest of the APIs and usage that has been marked as deprecated and removed for Djblets 5.0. This also turns on subquery and join type checking by default for `assertQueries`, as was advertised in the deprecation warnings for those. This required updating one unit test for the join types, but otherwise works. Testing Done: Ran Djblets and Review Board unit tests.
95d9ddbb6ea86c65d88cf2487559e2636f2d315b David Trowbridge
djblets/deprecation.py
djblets/datagrid/grids.py
djblets/datagrid/tests.py
djblets/log/__init__.py
djblets/pipeline/settings.py
djblets/static/djblets/js/configForms/models/listItemModel.ts
djblets/testing/testcases.py
djblets/util/properties.py
djblets/util/compat/python/collections.py
Loading...