Fixed a typo in maketestresources.py

- Legacy-Id: 9314
This commit is contained in:
Henrik Levkowetz 2015-03-21 22:00:08 +00:00
parent dd56a1fe40
commit 0d4bceb977

View file

@ -14,7 +14,7 @@ from django.template import Template, Context
from tastypie.resources import ModelResource
resource_head_template = """# Autogenerated by the mkresources management command {{date}}
resource_head_template = """# Autogenerated by the makeresources management command {{date}}
from tastypie.resources import ModelResource
from tastypie.fields import ToOneField, ToManyField # pyflakes:ignore
from tastypie.constants import ALL, ALL_WITH_RELATIONS # pyflakes:ignore