Update a test for new Django model repr

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

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 David Trowbridge
djblets/webapi/tests/test_webapiresource.py
Loading...