Releases: TrangPham/django-admin-confirm
Releases · TrangPham/django-admin-confirm
v1.0.0
Supported Versions
- Removes support for Django 2.2, 3.0. Please upgrade to Django >= 3.2 or use django-admin-confirm v0.2.5
- Removes support for Python 3.6. Please upgrade to Python >= 3.7 or use django-admin-confirm v0.2.5
- Adds support for Django 4.0
Bug Fixes
admin_confirm.admin.confirm_action
now respectsdjango.contrib.admin.action
#37
v0.2.5
Feature changes
- confirmation page uses verbose_name of field
Chores
- localstack configured correctly in docker-compose.dev.yml to enable s3 local testing
v0.2.4
Bug Fixes
- validation errors when resolved will now trigger confirmation correctly
Chores
- Added integration tests for validations and more testing
- Updated linting workflow on github actions to be less noisy on PRs
- Refactored file caching mechanism
v0.2.3a0
Bug Fixes
ManyToManyField
now supported on Models for confirmation of add/changeImageField
andFileField
issues fixed on Models for confirmation of add/change
Chores
- Added integration tests via selenium to testing suite
- Added coveralls and github actions (CI testing)
- Added advanced linting with review bot
- Added Django Doctor which checks for Django specific code smells
- Dockerized the project
v0.2.2
Bug Fixes
Current Value
on confirm change page now considers the DB value the current value (instead of the obj's in memory value)
Improvements
- confirmation of adding objects now shows default value when that field value is modified
v0.2.1
v0.2
Features
- Confirmations for actions through
@confirm_action
Bug Fixes
change_confirmation_template
was incorrectly set toconfirmation_template
and has been fixed to match previous documentation
v0.1
Features
- confirmations on changes
- confirmations on adding new instances