#1959 closed defect (fixed)
typo in SVN code - contrib/admin/views/doc.py
| Reported by: | 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'),
Note:
See TracTickets
for help on using tickets.
Fixed in [2957].