Fixed #1835 -- FilePathField no longer breaks admin model documentation. Thanks, Adam Endicott

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-05-22 02:17:06 +00:00
parent d9aaa1ca86
commit dd55b5e98a
1 changed files with 1 additions and 0 deletions

View File

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