Forms¶
These are the Django forms object definitions used in application with Django ORM.
- class djangocms_lotus.forms.article.ArticleFluxForm(*args, **kwargs)[source]¶
Form controller for plugin
ArticleFlux.- class Meta[source]¶
- model¶
alias of
ArticleFlux
- exclude = []¶
- fields = ['title', 'template', 'length', 'featured_only', 'from_categories', 'from_tags']¶
- base_fields = {'featured_only': <django.forms.fields.BooleanField object>, 'from_categories': <django.forms.models.ModelMultipleChoiceField object>, 'from_tags': <django.forms.models.ModelMultipleChoiceField object>, 'length': <django.forms.fields.IntegerField object>, 'template': <django.forms.fields.TypedChoiceField object>, 'title': <django.forms.fields.CharField object>}¶
- declared_fields = {}¶
- property media¶
Return all media required to render the widgets on this form.