We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dba41 commit c3cad2cCopy full SHA for c3cad2c
multigtfs/models/fields/seconds.py
@@ -67,7 +67,7 @@ class SecondsField(Field):
67
68
description = 'Seconds since start of the day'
69
70
- def from_db_value(self, value, expression, connection, context):
+ def from_db_value(self, value, expression, connection):
71
'''Handle data loaded from database.'''
72
if value is None:
73
return value
0 commit comments