Ensure compatibility patches are only applied once.

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

chipx86
Django Evolution
release-2.x
django-evolution

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
Ensure compatibility patches are only applied once.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

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