Fix compatibility issues with Python 3 and newer Django 1.x releases.

Review Request #10453 — Created March 19, 2019 and submitted

Information

Djblets
release-2.0.x

Reviewers

Some recent additions to Djblets broke compatibility with Python 3 and
with newer versions of Django. These breakages were pretty small, and
fortunately caught by unit tests (though there may be other breakages
not caught by tests).

This change fixes each of these, allowing tests to run again on all
supported Django 1.x releases and on both Python 2.7 and 3.5-3.7.

Unit tests pass on Django 1.6 and 1.11, with Python 2.7 and 3.5-3.7.

Summary ID
Fix compatibility issues with Python 3 and newer Django 1.x releases.
Some recent additions to Djblets broke compatibility with Python 3 and with newer versions of Django. These breakages were pretty small, and fortunately caught by unit tests (though there may be other breakages not caught by tests). This change fixes each of these, allowing tests to run again on all supported Django 1.x releases and on both Python 2.7 and 3.5-3.7.
5703717527ea073277056d77fa1185ff0c0fd074
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (dcfacc9)
Loading...