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

Class AddressAdmin

source code


Admin with only the Address information and not the Party information
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
  list_display = ['address', 'comment']
  form_display = ['address', 'comment', 'from_date', 'thru_date']

Inherited from camelot.admin.object_admin.ObjectAdmin: TableView, confirm_delete, field_attributes, fields, form, form_actions, 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__