Stop using compatibility backports.

Review Request #12033 — Created Feb. 3, 2022 and submitted

Information

Review Board
master

Reviewers

We have a number of things that we backported from newer versions of
Django into Djblets. Because we no longer care about running on Django
1.x, we can just use all the upstream versions of these features.

While I was in here I fixed up some other small errors I noticed, mostly
related to unused imports.

Ran unit tests.

Summary ID
Stop using compatibility backports.
We have a number of things that we backported from newer versions of Django into Djblets. Because we no longer care about running on Django 1.x, we can just use all the upstream versions of these features. While I was in here I fixed up some other small errors I noticed, mostly related to unused imports. Testing Done: Ran unit tests.
dceb4eff4af51374ffd6a7ec25c10ca08c95d288
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (c294bb2)
Loading...