There was an error while loading. Please reload this page.
1 parent d902aa0 commit ab99478Copy full SHA for ab99478
1 file changed
ietf/meeting/resources.py
@@ -1,4 +1,4 @@
1
-# Copyright The IETF Trust 2014-2019, All Rights Reserved
+# Copyright The IETF Trust 2014-2020, All Rights Reserved
2
# -*- coding: utf-8 -*-
3
# Autogenerated by the mkresources management command 2014-11-13 23:15
4
@@ -208,7 +208,7 @@ class Meta:
208
class SchedulingEventResource(ModelResource):
209
session = ToOneField(SessionResource, 'session')
210
status = ToOneField(SessionStatusNameResource, 'status')
211
- by = ToOneField(PersonResource, 'location')
+ by = ToOneField(PersonResource, 'by')
212
class Meta:
213
cache = SimpleCache()
214
queryset = SchedulingEvent.objects.all()
0 commit comments