From 0c29bd72ddb0543279373a8847060b5d1f6b1542 Mon Sep 17 00:00:00 2001 From: Jerome Leclanche Date: Tue, 29 Aug 2023 17:01:50 +0200 Subject: [PATCH] Make admin read-only by default Closes #1947 --- docs/history/3_0_0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/history/3_0_0.md b/docs/history/3_0_0.md index a7163d4384..3b2073fa16 100644 --- a/docs/history/3_0_0.md +++ b/docs/history/3_0_0.md @@ -13,5 +13,7 @@ - Migrations have been reset. - Removed deprecated `DJSTRIPE_WEBHOOK_TOLERANCE` setting. - Removed legacy `Customer.add_card()` method. Use `Custoner.add_payment_method()` instead. +- Most of the models visible in the Django Admin are now read-only. (Note: This does + not change anything functionally, as editing models was not replicated upstream.) ## Other changes