Remove Django 1.6 through 1.10 compatibility.

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

Information

Djblets
release-3.x

Reviewers

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 ID
Remove Django 1.6 through 1.10 compatibility.
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.
fc492c2a0282185e0ee12eb95b9e60e049682aea
david
  1. Ship It!
  2. 
      
chipx86
Review request changed
Status:
Completed
Change Summary:
Pushed to release-3.x (097ae6c)