Remove deprecated and outdated files.

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

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.

Summary ID
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
Description From Last Updated

This can be one statement now.

chipx86chipx86

Should be in alphabetical order.

chipx86chipx86

These were deleted as well.

chipx86chipx86
chipx86
  1. Have we fully moved off of all these for Review Board?

    Kinda want to hold off on this change until the end of this work.

    1. I have a pending change to do that that I haven't yet posted.

      I won't be landing any of this until we're ready to switch over on both branches.

  2. djblets/testing/testcases.py (Diff revision 1)
     
     
     
     
     
     
     
     

    This can be one statement now.

    1. How is that? models_mod is used throughout this method.

    2. Yeahhh I read that at the timeas return models_mod. Ignore me.

  3. djblets/util/decorators.py (Diff revision 1)
     
     
     

    Should be in alphabetical order.

  4. docs/djblets/coderef/index.rst (Diff revision 1)
     
     
     

    These were deleted as well.

  5. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (7708fff)
Loading...