We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9aaa1c commit dd55b5eCopy full SHA for dd55b5e
django/contrib/admin/views/doc.py
@@ -284,6 +284,7 @@ def get_return_data_type(func_name):
284
'DateTimeField' : _('Date (with time)'),
285
'EmailField' : _('E-mail address'),
286
'FileField' : _('File path'),
287
+ 'FilePathField', : _('File path'),
288
'FloatField' : _('Decimal number'),
289
'ForeignKey' : _('Integer'),
290
'ImageField' : _('File path'),
0 commit comments