Updating readme
parent
264900a216
commit
86b87308ab
|
|
@ -6,6 +6,8 @@ AdminConfirmMixin is a mixin for ModelAdmin to add confirmations to change, add
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
It can be configured to add a confirmation page on ModelAdmin upon:
|
It can be configured to add a confirmation page on ModelAdmin upon:
|
||||||
|
|
||||||
- saving changes
|
- saving changes
|
||||||
|
|
@ -108,8 +110,6 @@ Note: `confirmation_fields` apply to both add/change confirmations.
|
||||||
|
|
||||||
This would confirm `action2` but not `action1`.
|
This would confirm `action2` but not `action1`.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
Action confirmation will respect `allowed_permissions` and the `has_xxx_permission` methods.
|
Action confirmation will respect `allowed_permissions` and the `has_xxx_permission` methods.
|
||||||
|
|
||||||
## Contribution & Appreciation
|
## Contribution & Appreciation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue