Opened 16 years ago
Closed 16 years ago
#7692 closed (fixed)
Syntax error in newforms-admin revision 7874
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | 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
File "/django/contrib/admin/options.py", line 431
% {'name': added_object._meta.verbose_name, % 'object': added_object})
Second % is incorrect.
Attachments (2)
Change History (3)
by , 16 years ago
Attachment: | options.diff added |
---|
by , 16 years ago
Attachment: | options.2.diff added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7875]) newforms-admin: Fixed #7692 -- Fixed a syntax error in django/contrib/admin/options.py, my bad. Thanks jwmayfield for keeping me in check.