Update a test for new Django model repr

Review Request #11975 — Created Jan. 22, 2022 and submitted

Information

Djblets
release-3.x

Reviewers

Django has updated the built-in __repr__ method for model instances to
include the pk in the text. We had one unit test that was affected and
needed to be updated.

Ran unit tests.

Summary ID
Update a test for new Django model repr
Django has updated the built-in `__repr__` method for model instances to include the pk in the text. We had one unit test that was affected and needed to be updated. Testing Done: Ran unit tests.
e5f0f1320f8621e48432006abb6b0eb3d1ce9613
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (38c838a)
Loading...