Skip to content
Snippets Groups Projects

Fix Workouts

Closed Olav Håberg Dimmen requested to merge fix/workouts into master
7 files
+ 415
161
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -3,7 +3,7 @@ Mixins for the workouts application
"""
class CreateListModelMixin(object):
class CreateListModelMixin:
"""Mixin that allows to create multiple objects from lists.
Taken from https://stackoverflow.com/a/48885641
"""
Loading