Commit d31f1902 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

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
parent cd54ba56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'),