[ buster ]
[ 源代码: python-django-extra-views ]
软件包:python-django-extra-views(0.12.0-1)
python-django-extra-views 的相关链接
Debian 的资源:
下载源码包 python-django-extra-views:
- [python-django-extra-views_0.12.0-1.dsc]
- [python-django-extra-views_0.12.0.orig.tar.gz]
- [python-django-extra-views_0.12.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Complementary class-based generic views for Django (Python2 version)
Django Extra Views provides a number of additional class-based generic views to complement those provide by Django itself.
Features:
* FormSet and ModelFormSet views - The formset equivalents of FormView and ModelFormView. * InlineFormSetView - Lets you edit formsets related to a model (uses inlineformset_factory). * CreateWithInlinesView and UpdateWithInlinesView - Lets you edit a model and its relations. * GenericInlineFormSetView, the equivalent of InlineFormSetView but for GenericForeignKeys. * Support for generic inlines in CreateWithInlinesView and UpdateWithInlinesView. * Support for naming each inline or formset with NamedFormsetsMixin. * SortableListMixin - Generic mixin for sorting functionality in your views. * SearchableListMixin - Generic mixin for search functionality in your views.
This package contains the Python 2 version of the library.
其他与 python-django-extra-views 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-django
- High-level Python web development framework (Python 2 version)
-
- dep: python-six (>= 1.5.2)
- Python 2 和 3 兼容库(Python 2 接口)
-
- sug: python-django-extra-views-doc (= 0.12.0-1)
- Complementary class-based generic views for Django (Documentation)