This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test run failures with double-registration on ICEkitURLField
Use the new `ICEkitURLField.register_model_once` method available in django-icekit to safely register base events for `ICEkitURLField` without the risk that they will be re-registered (and therefore fail) because of the way the unit tests reload this app.
- Loading branch information