Skip to content

Commit

Permalink
Make admin read-only by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Aug 29, 2023
1 parent 8f2f30c commit 0c29bd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/history/3_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c29bd7

Please sign in to comment.