Skip to content

Commit 6e6a8ba

Browse files
committed
Fixed a typo.
- Legacy-Id: 10931
1 parent 7832427 commit 6e6a8ba

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

ietf/community/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the mkresources management command 2014-11-13 23:53
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField
4-
from tastypie.field import ToManyField
4+
from tastypie.fields import ToManyField
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS
66
from tastypie.cache import SimpleCache
77

ietf/doc/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the makeresources management command 2015-10-19 12:29 PDT
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField
4-
from tastypie.field import ToManyField, CharField # pyflakes:ignore
4+
from tastypie.fields import ToManyField, CharField # pyflakes:ignore
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
66
from tastypie.cache import SimpleCache
77

ietf/group/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the mkresources management command 2014-11-13 23:15
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField
4-
from tastypie.field import ToManyField
4+
from tastypie.fields import ToManyField
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS
66
from tastypie.cache import SimpleCache
77

ietf/ipr/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the mkresources management command 2015-03-21 14:05 PDT
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField
4-
from tastypie.field import ToManyField # pyflakes:ignore
4+
from tastypie.fields import ToManyField # pyflakes:ignore
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
66
from tastypie.cache import SimpleCache
77

ietf/liaisons/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the makeresources management command 2015-10-11 13:15 PDT
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField
4-
from tastypie.field import ToManyField # pyflakes:ignore
4+
from tastypie.fields import ToManyField # pyflakes:ignore
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
66
from tastypie.cache import SimpleCache
77

ietf/mailtrigger/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the makeresources management command 2015-08-06 11:00 PDT
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField # pyflakes:ignore
4-
from tastypie.field import ToManyField # pyflakes:ignore
4+
from tastypie.fields import ToManyField # pyflakes:ignore
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
66
from tastypie.cache import SimpleCache
77

ietf/meeting/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the mkresources management command 2014-11-13 23:15
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField
4-
from tastypie.field import ToManyField, DateTimeField
4+
from tastypie.fields import ToManyField, DateTimeField
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS
66
from tastypie.cache import SimpleCache
77

ietf/message/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the mkresources management command 2014-11-13 23:53
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField
4-
from tastypie.field import ToManyField
4+
from tastypie.fields import ToManyField
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS
66
from tastypie.cache import SimpleCache
77

ietf/name/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the makeresources management command 2015-08-27 11:01 PDT
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField # pyflakes:ignore
4-
from tastypie.field import ToManyField # pyflakes:ignore
4+
from tastypie.fields import ToManyField # pyflakes:ignore
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
66
from tastypie.cache import SimpleCache
77

ietf/nomcom/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Autogenerated by the mkresources management command 2014-11-13 23:53
22
from tastypie.resources import ModelResource
33
from ietf.api import ToOneField
4-
from tastypie.field import ToManyField
4+
from tastypie.fields import ToManyField
55
from tastypie.constants import ALL, ALL_WITH_RELATIONS
66
from tastypie.cache import SimpleCache
77

0 commit comments

Comments
 (0)