Opened 17 years ago
Closed 17 years ago
#5231 closed (fixed)
[newforms-admin] Bug in Admin Documentation module
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | admindocs decimalfield maxlength | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The admindocs module doesn't recognize the DecimalField yet.
Also, it still used the maxlength property, which was renamed to max_length in [5803].
The supplied patch should fix these issues.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | admin_docs.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Version: | SVN → newforms-admin |
---|
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5996]) newforms-admin: Fixed #5231 -- Corrected some entries in the admindocs views to point to new and changed datatypes. Thansk, Matthias Pronk <django@…>