Mazen Tamer Salah
f28703adf6
fix(gallery): remove image file only after the delete commit succeeds ( #2196 )
...
delete_gallery_image() deleted the on-disk file before setting
is_active=False and committing. If that commit failed and rolled back,
the record stayed active but its file was already gone — a broken,
unviewable image (data loss).
Soft-delete and commit first, then remove the file best-effort, so a
missing or locked file can no longer 500 a delete that already succeeded
logically.
Adds tests/test_gallery_delete_file_ordering.py covering the
commit-failure (file kept) and success (file removed) paths.
2026-06-15 11:00:32 +02:00
..
2026-05-31 23:58:26 +09:00
2026-06-11 00:43:49 +02:00
2026-06-08 09:58:52 +02:00
2026-06-11 15:34:44 +02:00
2026-05-31 23:58:26 +09:00
2026-06-11 16:01:04 +02:00
2026-06-09 08:04:22 +02:00
2026-06-15 15:59:31 +09:00
2026-06-15 15:33:19 +09:00
2026-06-15 15:02:10 +09:00
2026-06-08 10:19:18 +02:00
2026-05-31 23:58:26 +09:00
2026-06-15 15:01:03 +09:00
2026-06-08 11:51:55 +01:00
2026-06-15 15:58:14 +09:00
2026-06-15 15:14:37 +09:00
2026-06-15 15:26:55 +09:00
2026-06-15 15:38:08 +09:00
2026-06-08 10:19:18 +02:00
2026-06-08 10:19:18 +02:00
2026-06-15 10:32:51 +02:00
2026-06-03 13:34:33 +09:00
2026-06-10 10:41:52 +02:00
2026-06-03 14:07:03 +09:00
2026-06-11 13:26:59 +02:00
2026-06-05 16:00:20 +02:00
2026-06-15 14:54:13 +09:00
2026-06-08 09:58:52 +02:00
2026-06-08 09:58:52 +02:00
2026-06-03 14:24:30 +09:00
2026-06-09 20:20:21 +02:00
2026-06-15 11:00:32 +02:00
2026-06-08 20:49:15 +02:00
2026-06-11 01:01:58 +02:00
2026-06-15 15:15:53 +09:00
2026-06-15 16:11:29 +09:00
2026-06-15 15:56:54 +09:00
2026-06-08 09:58:52 +02:00
2026-06-15 15:00:35 +09:00
2026-06-08 09:58:52 +02:00
2026-06-08 21:12:02 +02:00
2026-06-08 11:51:55 +01:00
2026-05-31 23:58:26 +09:00
2026-06-10 17:07:07 +02:00
2026-06-15 15:21:01 +09:00
2026-06-05 13:17:43 +02:00
2026-06-08 21:12:02 +02:00
2026-06-09 01:24:30 +02:00
2026-06-09 09:36:01 +09:00
2026-05-31 23:58:26 +09:00
2026-06-07 12:39:02 +02:00
2026-06-08 09:58:52 +02:00
2026-06-15 15:56:54 +09:00
2026-06-11 18:17:54 +02:00