Opened 17 years ago

Closed 17 years ago

#5231 closed (fixed)

[newforms-admin] Bug in Admin Documentation module

Reported by: Matthias Pronk <django@…> 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)

admin_docs.diff (1.3 KB ) - added by Matthias Pronk <django@…> 17 years ago.

Download all attachments as: .zip

Change History (4)

by Matthias Pronk <django@…>, 17 years ago

Attachment: admin_docs.diff added

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Simon G. <dev@…>, 17 years ago

Version: SVNnewforms-admin

comment:3 by Russell Keith-Magee, 17 years ago

Resolution: fixed
Status: newclosed

(In [5996]) newforms-admin: Fixed #5231 -- Corrected some entries in the admindocs views to point to new and changed datatypes. Thansk, Matthias Pronk <django@…>

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