Skip to content

Commit 912d5e4

Browse files
daliborpavlovicjspetrak
authored andcommitted
Fix from_db_value
1 parent 2b93fa4 commit 912d5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multigtfs/models/fields/seconds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class SecondsField(Field):
6767

6868
description = 'Seconds since start of the day'
6969

70-
def from_db_value(self, value, expression, connection, context):
70+
def from_db_value(self, value, expression, connection):
7171
'''Handle data loaded from database.'''
7272
if value is None:
7373
return value

0 commit comments

Comments
 (0)