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:
parent
d9aaa1ca86
commit
dd55b5e98a
|
@ -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'),
|
||||||
|
|
Loading…
Reference in New Issue