Skip to content

Commit c3cad2c

Browse files
daliborpavlovicjspetrak
authored andcommitted
Fix from_db_value
1 parent c0dba41 commit c3cad2c

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)