Skip to content
John D'Ambrosio edited this page Mar 11, 2017 · 1 revision
BoundField represents a form Field which is bound to a Form instance, regardless of whether data exists.
  • First-aware
  • Readonly-aware
  • Controller-aware
  • Is Checkbox aware
  • Override label_tag, add contents

Form Fields overrides get_bound_field to allow for view-specific BF configuration, which in turn provides per-field formfield and widget callbacks.

Fieldline represents one or more fields on a line and how to render each case.

Fieldset represents one or more fieldlines in a set and how to render each.

Inline fieldset skips iteration of the FK for an inline formset.

Template loader implemented to look in app directories for anything in following paths:

/app_label/model_name/ ONLY in current app_label templates dir for model overrides /app_label/ ONLY in current app_label templates dir for app overrides / in all app template dirs for global overrides

Clone this wiki locally