Remove Django 1.6 through 1.10 compatibility.

Review Request #11627 — Created May 26, 2021 and submitted

chipx86
Djblets
release-3.x
djblets

This drops all code specific to versions of Django prior to 1.11,
slimming things down and making it easier to move forward with newer
Django support.

The chainable_select_related_queryset() method has also been removed,
as it's no longer applicable in modern versions of Django.

Unit tests pass on Django 1.11.

Summary
Remove Django 1.6 through 1.10 compatibility.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (097ae6c)
Loading...