Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer delete all CourtDates during recalculation
Since we use update_or_create and key off a court's canonical_param we're safe to leave the database populated and run updates. This is probably the right behaviour, as we might want to stash additional court metadata in the database in future.
- Loading branch information