python-django-object-actions 4.2.0-1 source package in Ubuntu

Changelog

python-django-object-actions (4.2.0-1) unstable; urgency=medium

  * New upstream version 4.2.0

 -- Michael Fladischer <email address hidden>  Wed, 13 Sep 2023 13:21:19 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-object-actions_4.2.0-1.dsc 2.0 KiB 954a7bde181b3426ad539acccd83b97df18d9144a0ab909106946046e64b67c2
python-django-object-actions_4.2.0.orig.tar.gz 46.3 KiB 06ffd0ad8ea29bddfeb32c3ad8a284644da42573295d5158ac82b75890679855
python-django-object-actions_4.2.0-1.debian.tar.xz 2.2 KiB 7ee9c398e35417000f565ac73b01104637de14c2fb258fc46fd9f18b96bcf16e

Available diffs

No changes file available.

Binary packages built by this source

python3-django-object-actions: object tools for models in the admin (Python3 version)

 Defining new tool actions is just like defining regular admin actions. The
 major difference is the functions for django-object-actions will take an object
 instance instead of a queryset.
 Tool actions are exposed by putting them in a change_actions attribute in your
 admin.ModelAdmin. You can also add tool actions to the main changelist views
 too. There, you'll get a queryset like a regular admin action.
 .
 This package contains the Python 3 version of the library.