[ 源代码: python-django-object-actions ]
软件包:python3-django-object-actions(4.2.0-1)
python3-django-object-actions 的相关链接
Debian 的资源:
下载源码包 python-django-object-actions:
- [python-django-object-actions_4.2.0-1.dsc]
- [python-django-object-actions_4.2.0.orig.tar.gz]
- [python-django-object-actions_4.2.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-django-object-actions 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django
- High-level Python web development framework