Private
Public Access
1
0

Merge tag 'v7.03' into develop

change in velo model
This commit is contained in:
Sander Roosendaal
2018-06-27 15:01:22 +02:00
3 changed files with 18777 additions and 18776 deletions

View File

@@ -70,10 +70,11 @@ rowingmetrics = (
('velo',{ ('velo',{
'numtype':'float', 'numtype':'float',
'null':True, 'null':False,
'verbose_name': 'Boat Speed (m/s)', 'verbose_name': 'Boat Speed (m/s)',
'ax_min': 0, 'ax_min': 0,
'ax_max': 8, 'ax_max': 8,
'default': 0,
'mode':'both', 'mode':'both',
'type':'pro'}), 'type':'pro'}),