Remove deprecated and outdated files.

Review Request #12004 — Created Jan. 26, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

This change removes a bunch of things which are deprecated or no longer
needed:

  • The datagrid and integrations apps had old templatetags files that
    just raised warnings about their deprecation.
  • We had a number of backports of newer django functionality to allow us
    to maintain compatibility with Django 1.6.
  • We had some stuff that provided compatibility with the importlib
    module for Python versions that we no longer support (3.4 and below).
  • The old basictag decorator has been deprecated for a long time.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove deprecated and outdated files.
This change removes a bunch of things which are deprecated or no longer needed: - The datagrid and integrations apps had old templatetags files that just raised warnings about their deprecation. - We had a number of backports of newer django functionality to allow us to maintain compatibility with Django 1.6. - We had some stuff that provided compatibility with the importlib module for Python versions that we no longer support (3.4 and below). Testing Done: Ran unit tests.
5c9c47876a39e8c7c66e971979df4fbfe9ebf6f1 David Trowbridge
djblets/datagrid/templatetags/__init__.py
djblets/datagrid/templatetags/datagrid.py
djblets/extensions/extension.py
djblets/extensions/templatetags/djblets_extensions.py
djblets/integrations/templatetags/__init__.py
djblets/integrations/templatetags/integrations.py
djblets/testing/testcases.py
djblets/util/decorators.py
djblets/util/compat/django/shortcuts.py
djblets/util/compat/django/core/cache.py
djblets/util/compat/django/core/validators.py
djblets/util/compat/django/core/files/__init__.py
djblets/util/compat/django/core/files/locks.py
djblets/util/compat/django/core/management/__init__.py
djblets/util/compat/django/core/management/base.py
djblets/util/compat/django/template/__init__.py
djblets/util/compat/django/template/context.py
djblets/util/compat/django/template/loader.py
djblets/util/compat/django/utils/__init__.py
djblets/util/compat/django/utils/functional.py
djblets/util/compat/django/utils/inspect.py
docs/djblets/coderef/index.rst
Loading...