Fix a unit test regression from a bad import update.

Review Request #13328 — Created Oct. 11, 2023 and submitted

Information

Djblets
release-4.x

Reviewers

The recent change to move modules over to Django's @cached_property
decorator went too far. Our unit test for Djblets's version of this
decorator was also updated, and this broke unit tests, which were
dependent on this version.

This change restores the original import for this file.

Unit tests pass.

Summary ID
Fix a unit test regression from a bad import update.
The recent change to move modules over to Django's `@cached_property` decorator went too far. Our unit test for Djblets's version of this decorator was also updated, and this broke unit tests, which were dependent on this version. This change restores the original import for this file.
16c83c6360183fa88409f118872b59538a6572d2
david
  1. Ship It!
  2. 
      
maubin
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.x (79c7637)
Loading...