Fixed #1959 -- Fixed typo in django/contrib/admin/views/doc.py

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2957 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-05-22 04:47:14 +00:00
parent cd54ba5696
commit d31f190239
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ DATA_TYPE_MAPPING = {
'DateTimeField' : _('Date (with time)'),
'EmailField' : _('E-mail address'),
'FileField' : _('File path'),
'FilePathField', : _('File path'),
'FilePathField' : _('File path'),
'FloatField' : _('Decimal number'),
'ForeignKey' : _('Integer'),
'ImageField' : _('File path'),