Remove all deprecated functionality scheduled for removal in Djblets 3.0.

Review Request #12319 — Created May 31, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

This gets rid of all the code paths that we had marked as deprecated for
the Djblets 3.0 release. This is a fairly short list, consisting of some
functions that now require **kwargs, the old {% querystring_with %}
template tag, and WebAPIResource.generate_etag().

Along with the code, RemovedInDjblets30Warning has been removed, since
it's no longer going to be used.

Unit tests pass in both Djblets and Review Board.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove all deprecated functionality scheduled for removal in Djblets 3.0.
This gets rid of all the code paths that we had marked as deprecated for the Djblets 3.0 release. This is a fairly short list, consisting of some functions that now require `**kwargs`, the old `{% querystring_with %}` template tag, and `WebAPIResource.generate_etag()`. Along with the code, `RemovedInDjblets30Warning` has been removed, since it's no longer going to be used.
d406db783f78fdb6bb7f79222de97b352bda8ab7 Christian Hammond
djblets/deprecation.py
djblets/extensions/templatetags/djblets_extensions.py
djblets/extensions/tests/test_templatetags.py
djblets/util/templatetags/djblets_utils.py
djblets/util/tests/test_djblets_utils_tags.py
djblets/webapi/resources/base.py
djblets/webapi/tests/test_webapiresource.py
Loading...