Fixed a typo.
- Legacy-Id: 10931
This commit is contained in:
parent
7832427f8f
commit
6e6a8baa13
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the mkresources management command 2014-11-13 23:53
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField
|
||||
from tastypie.field import ToManyField
|
||||
from tastypie.fields import ToManyField
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the makeresources management command 2015-10-19 12:29 PDT
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField
|
||||
from tastypie.field import ToManyField, CharField # pyflakes:ignore
|
||||
from tastypie.fields import ToManyField, CharField # pyflakes:ignore
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the mkresources management command 2014-11-13 23:15
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField
|
||||
from tastypie.field import ToManyField
|
||||
from tastypie.fields import ToManyField
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the mkresources management command 2015-03-21 14:05 PDT
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField
|
||||
from tastypie.field import ToManyField # pyflakes:ignore
|
||||
from tastypie.fields import ToManyField # pyflakes:ignore
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the makeresources management command 2015-10-11 13:15 PDT
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField
|
||||
from tastypie.field import ToManyField # pyflakes:ignore
|
||||
from tastypie.fields import ToManyField # pyflakes:ignore
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the makeresources management command 2015-08-06 11:00 PDT
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField # pyflakes:ignore
|
||||
from tastypie.field import ToManyField # pyflakes:ignore
|
||||
from tastypie.fields import ToManyField # pyflakes:ignore
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the mkresources management command 2014-11-13 23:15
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField
|
||||
from tastypie.field import ToManyField, DateTimeField
|
||||
from tastypie.fields import ToManyField, DateTimeField
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the mkresources management command 2014-11-13 23:53
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField
|
||||
from tastypie.field import ToManyField
|
||||
from tastypie.fields import ToManyField
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the makeresources management command 2015-08-27 11:01 PDT
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField # pyflakes:ignore
|
||||
from tastypie.field import ToManyField # pyflakes:ignore
|
||||
from tastypie.fields import ToManyField # pyflakes:ignore
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Autogenerated by the mkresources management command 2014-11-13 23:53
|
||||
from tastypie.resources import ModelResource
|
||||
from ietf.api import ToOneField
|
||||
from tastypie.field import ToManyField
|
||||
from tastypie.fields import ToManyField
|
||||
from tastypie.constants import ALL, ALL_WITH_RELATIONS
|
||||
from tastypie.cache import SimpleCache
|
||||
|
||||
|
|
Loading…
Reference in a new issue