Package Camelot :: Package camelot :: Package model :: Module authentication :: Class Address :: Class Admin
[frames] | no frames]

Class Admin

source code


Nested Classes

Inherited from camelot.view.elixir_admin.EntityAdmin: validator

Inherited from camelot.admin.object_admin.ObjectAdmin: model

Instance Methods

Inherited from camelot.view.elixir_admin.EntityAdmin: copy, create_select_view, create_table_view, delete, flush, get_field_attributes, get_filters, get_list_charts, get_query, get_subclass_entity_admin, get_subclasses, get_verbose_identifier, set_defaults

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

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

Class Variables
  field_attributes = {'street1': {'minimal_column_width': 30}}
  form_actions = [<camelot.admin.form_action.FormActionFromModel...
  form_size = (700, 150)
  list_display = ['street1', 'street2', 'city']
  verbose_name = <camelot.core.utils.ugettext_lazy object at 0xc...
  verbose_name_plural = <camelot.core.utils.ugettext_lazy object...

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

Properties

Inherited from object: __class__

Class Variable Details

form_actions

Value:
[<camelot.admin.form_action.FormActionFromModelFunction object at 0xc7\
3c82c>]

verbose_name

Value:
<camelot.core.utils.ugettext_lazy object at 0xc73c7cc>

verbose_name_plural

Value:
<camelot.core.utils.ugettext_lazy object at 0xc73c80c>