geonode.geoapps.admin ===================== .. py:module:: geonode.geoapps.admin Classes ------- .. autoapisummary:: geonode.geoapps.admin.GeoAppAdminForm geonode.geoapps.admin.GeoAppAdmin Module Contents --------------- .. py:class:: GeoAppAdminForm Bases: :py:obj:`geonode.base.admin.ResourceBaseAdminForm` .. py:class:: Meta Bases: :py:obj:`geonode.base.admin.ResourceBaseAdminForm.Meta` .. py:attribute:: model .. py:attribute:: fields :value: '__all__' .. py:class:: GeoAppAdmin Bases: :py:obj:`modeltranslation.admin.TabbedTranslationAdmin` .. py:attribute:: exclude :value: ('ll_bbox_polygon', 'bbox_polygon', 'srid') .. py:attribute:: list_display_links :value: ('title',) .. py:attribute:: list_display :value: ('id', 'title', 'type', 'owner', 'category', 'group', 'is_approved', 'is_published') .. py:attribute:: list_editable :value: ('owner', 'category', 'group', 'is_approved', 'is_published') .. py:attribute:: list_filter :value: ('title', 'owner', 'category', 'group', 'is_approved', 'is_published') .. py:attribute:: search_fields :value: ('title', 'abstract', 'purpose', 'is_approved', 'is_published') .. py:attribute:: readonly_fields :value: ('geographic_bounding_box',) .. py:attribute:: form .. py:method:: delete_queryset(request, queryset) We need to invoke the 'ResourceBase.delete' method even when deleting through the admin batch action