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:
parent
cd54ba5696
commit
d31f190239
|
@ -284,7 +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'),
|
'FilePathField' : _('File path'),
|
||||||
'FloatField' : _('Decimal number'),
|
'FloatField' : _('Decimal number'),
|
||||||
'ForeignKey' : _('Integer'),
|
'ForeignKey' : _('Integer'),
|
||||||
'ImageField' : _('File path'),
|
'ImageField' : _('File path'),
|
||||||
|
|
Loading…
Reference in New Issue