Remove all deprecated functionality scheduled for removal in Djblets 3.0.

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

chipx86
Djblets
release-3.x
djblets

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.

Summary
Remove all deprecated functionality scheduled for removal in Djblets 3.0.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (2d3d753)
Loading...