Kaydet (Commit) dd55b5e9 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

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
üst d9aaa1ca
......@@ -284,6 +284,7 @@ DATA_TYPE_MAPPING = {
'DateTimeField' : _('Date (with time)'),
'EmailField' : _('E-mail address'),
'FileField' : _('File path'),
'FilePathField', : _('File path'),
'FloatField' : _('Decimal number'),
'ForeignKey' : _('Integer'),
'ImageField' : _('File path'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment