Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1959 closed defect (fixed)

typo in SVN code - contrib/admin/views/doc.py

Reported by: ian@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Index: contrib/admin/views/doc.py
===================================================================
--- contrib/admin/views/doc.py  (revision 2956)
+++ contrib/admin/views/doc.py  (working copy)
@@ -284,7 +284,7 @@
     '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'),

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Fixed in [2957].

Note: See TracTickets for help on using tickets.
Back to Top