Update missing name -> label.

This commit is contained in:
Roberto Rosario
2015-07-08 03:37:17 -04:00
parent 6a13e2adc8
commit 7a377653ca
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ from .models import DocumentType
def create_default_document_type(sender, **kwargs):
DocumentType.objects.create(name=_('Default'))
DocumentType.objects.create(label=_('Default'))