Skip to content
  • Roberto Rosario's avatar
    New forms apps · f84fe508
    Roberto Rosario authored
    
    
    - Split form related code and moved it to its own app.
    - All imports from `django.forms` are updated to explicit
      imports from `mayan.apps.forms` modules.
    - New form modules are: `form_fields`, `formsets`, `form_widgets`,
      `forms`.
    - Breaking change: the setting `VIEWS_SHOW_DROPZONE_SUBMIT_BUTTON`
      is now named `FORMS_SHOW_DROPZONE_SUBMIT_BUTTON`.
    
    Signed-off-by: default avatarRoberto Rosario <roberto.rosario@mayan-edms.com>
    f84fe508