Ensure compatibility patches are only applied once.

Review Request #11899 — Created Jan. 2, 2022 and submitted

Information

Django Evolution
release-2.x

Reviewers

apply_patches() can technically be called more than once, which could
result in some bad patches. As a precaution, it now checks if it's been
called before, and if so, it bails.

Unit tests pass.

Summary ID
Ensure compatibility patches are only applied once.
`apply_patches()` can technically be called more than once, which could result in some bad patches. As a precaution, it now checks if it's been called before, and if so, it bails.
2ddb7d435c2b334c180ada6e3a003df7c69b6258
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (d5c6003)
Loading...