Package Camelot :: Package camelot :: Package view :: Package controls :: Module field_label :: Class Attribute :: Class Admin
[frames] | no frames]

Class Admin

source code


Nested Classes

Inherited from camelot.admin.object_admin.ObjectAdmin: model, validator

Instance Methods

Inherited from camelot.admin.object_admin.ObjectAdmin: __init__, __repr__, __str__, add, copy, create_form_view, create_new_view, create_object_form_view, create_validator, delete, flush, get_all_fields_and_attributes, get_columns, get_confirm_delete, get_entity_admin, get_field_attributes, get_fields, get_form_actions, get_form_display, get_list_actions, get_name, get_related_entity_admin, get_subclass_tree, get_verbose_identifier, get_verbose_name, get_verbose_name_plural, set_defaults

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables
  list_display = ['name', 'value']
  field_attributes = {'name': {'minimal_column_width': 25}, 'val...

Inherited from camelot.admin.object_admin.ObjectAdmin: TableView, confirm_delete, fields, form, form_actions, form_display, form_size, form_title_column, list_actions, list_charts, list_filter, list_search, list_size, name, verbose_name, verbose_name_plural

Properties

Inherited from object: __class__

Class Variable Details

field_attributes

Value:
{'name': {'minimal_column_width': 25},
 'value': {'minimal_column_width': 25}}