Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TrangPham authored Nov 8, 2020
1 parent 6bb357a commit 739953a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ It can be configured to add a confirmation page upon saving changes and/or addit

Typical Usage:

```py
from admin_confirm import AdminConfirmMixin

class MyModelAdmin(AdminConfirmMixin, ModelAdmin):
confirm_change = True
confirmation_fields = ['field1', 'field2']
```

## Installation

Expand Down

0 comments on commit 739953a

Please sign in to comment.