Skip to content

Releases: TrangPham/django-admin-confirm

v1.0.0

08 Jul 03:39
Compare
Choose a tag to compare

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 respects django.contrib.admin.action #37

https://pypi.org/project/django-admin-confirm/1.0.0/

v0.2.5

13 Apr 21:26
Compare
Choose a tag to compare

Feature changes

  • confirmation page uses verbose_name of field

Chores

  • localstack configured correctly in docker-compose.dev.yml to enable s3 local testing

https://pypi.org/project/django-admin-confirm/0.2.5/

v0.2.4

28 Apr 21:44
Compare
Choose a tag to compare

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

https://pypi.org/project/django-admin-confirm/0.2.4/

v0.2.3a0

07 Mar 18:37
ad7409b
Compare
Choose a tag to compare
v0.2.3a0 Pre-release
Pre-release

Bug Fixes

  • ManyToManyField now supported on Models for confirmation of add/change
  • ImageField and FileField 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

https://pypi.org/project/django-admin-confirm/0.2.3a0/

v0.2.2

10 Feb 01:34
Compare
Choose a tag to compare

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

https://pypi.org/project/django-admin-confirm/0.2.2/

v0.2.1

21 Jan 21:41
591aa48
Compare
Choose a tag to compare

Bug Fixes

  • #4 template and css files missing from package

https://pypi.org/project/django-admin-confirm/0.2.1/

v0.2

30 Nov 17:27
Compare
Choose a tag to compare

Features

  • Confirmations for actions through @confirm_action

Bug Fixes

  • change_confirmation_template was incorrectly set to confirmation_template and has been fixed to match previous documentation

https://pypi.org/project/django-admin-confirm/0.2/

v0.1

30 Nov 16:55
Compare
Choose a tag to compare

Features

  • confirmations on changes
  • confirmations on adding new instances

https://pypi.org/project/django-admin-confirm/0.1/