Remove Django 1.6 through 1.10 compatibility.

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

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 Christian Hammond
This diff has been split across 2 pages: < 1 2
djblets/feedview/apps.py
djblets/forms/apps.py
djblets/gravatars/apps.py
djblets/integrations/apps.py
djblets/log/apps.py
djblets/log/middleware.py
djblets/log/tests/test_cursor_debug_wrapper.py
djblets/markdown/apps.py
djblets/pipeline/apps.py
djblets/privacy/apps.py
djblets/privacy/tests/test_djblets_privacy_tags.py
djblets/privacy/tests/test_pii.py
djblets/recaptcha/apps.py
djblets/siteconfig/apps.py
djblets/template/apps.py
djblets/template/caches.py
djblets/template/context.py
djblets/template/tests/test_caches.py
djblets/testing/testcases.py
djblets/urls/patterns.py
djblets/util/apps.py
djblets/webapi/apps.py
djblets/webapi/resources/base.py
tests/runtests.py
This diff has been split across 2 pages: < 1 2
Loading...