From b008370f8adde417a1a4ca67fd06b3ef70721d8e Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 14 May 2024 17:15:08 -0400 Subject: [PATCH] docs(changelog): Document behavior change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b2500..e414275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Add last_seen field to database objects * Pupa now has "pupa clean" CLI command +* Change behavior of loaddivisions management command to do nothing if the DB contains the CSV. This means divisions that are in the DB but not the CSV are not deleted. This makes it easier to load multiple CSVs, but harder to synchronize with a single CSV. ## 3.2.0 (2020-03-26)