Changeset fe6089a in OpenWorkouts-current for ow/models


Ignore:
Timestamp:
Dec 21, 2018, 11:11:44 AM (5 years ago)
Author:
borja <borja@…>
Branches:
current, feature/docs, master
Children:
64e8299
Parents:
31adfa5
Message:

Tests and coverage catch up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/models/workout.py

    r31adfa5 rfe6089a  
    6262
    6363    @property
     64    def owner(self):
     65        return self.__parent__
     66
     67    @property
    6468    def end(self):
    6569        if not self.duration:
Note: See TracChangeset for help on using the changeset viewer.