Skip to content

Add history table & activate/deactivate admin actions for OrganizationCourse

Compare
Choose a tag to compare
@kdmccormick kdmccormick released this 08 Feb 17:55
· 217 commits to master since this release

We needed an interface to bulk activate/deactivate organization-course linkages. This version implements one in the Django Admin panel, based on the existing admin action for activating/deactivating organizations.

Also, we add history tracking to the OrganizationCourse model. Unfortunately, changes made via bulk edit will not be reflected in the history table due to limitations in Django ORM's bulk-write API.

For screenshots, see #169