TrangPham / django-admin-confirm

AdminConfirmMixin is a mixin for ModelAdmin that adds confirmations to changes, additions and actions.
Other
129 stars 16 forks source link

Django versions < 3.2 are no longer supported #34

Closed TrangPham closed 2 years ago

TrangPham commented 2 years ago

Additional context Saw this today when I was looking at the Django Docs.

Screen Shot 2022-04-13 at 12 53 31 PM

Looks like the versions currently supported are 3.2 and 4.0.

TrangPham commented 2 years ago

Released 1.0.0a0. Will release this as stable if no issues arise