Skip to content
  • Lincoln Smith's avatar
    Changed base templates and moved Create/Update out of the Django Admin · 4e855a03
    Lincoln Smith authored
    for some models.
    
    - Changed base site templates to use Bootstrap 4.
    - View classes to simplify handling of related objects in views.
    - Moved generic view classes to generics.py.
    - Mixins and view classes to handle inline formset and related objects
      in add/update and detail views.
    - Moved authentication mixins to auth module
    - Formset classes that check object permissions during update/delete
    - Generic model detail and form templates
    - Templates for crispyforms forms and formsets
    - CRU views for CourseVersion, CourseInstance, LearningOutcome,
      Schedule, Task
    - Theming, widgets, dynamic formset add/remove bent into shape
    - Update pandcscraper templates and views for new theme.
    - Migrations to catch changes to field meta.
    - Test, tests, tests
    4e855a03