Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19609 closed Bug (fixed)

admin Inlines doesn't display help_text for readonly fields

Reported by: Marc Aymerich Owned by: Wiktor
Component: contrib.admin Version: dev
Severity: Normal Keywords: admin inline help_text readonly
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

Admin inlines doesn't display help_text for readonly fields

Attachments (1)

19609.diff (4.6 KB ) - added by Marc Aymerich 11 years ago.

Download all attachments as: .zip

Change History (12)

by Marc Aymerich, 11 years ago

Attachment: 19609.diff added

comment:1 by Marc Aymerich, 11 years ago

Has patch: set
Type: UncategorizedBug

comment:2 by Marc Aymerich, 11 years ago

The provided patch 19609.diff fixes the issue and also has tests.

comment:3 by Marc Aymerich, 11 years ago

Easy pickings: set

comment:4 by Marc Aymerich, 11 years ago

UI/UX: set

comment:5 by Marc Aymerich, 11 years ago

Version: 1.5-beta-1master

comment:6 by Carl Meyer, 11 years ago

Triage Stage: UnreviewedAccepted

comment:7 by Wiktor, 11 years ago

Owner: changed from nobody to Wiktor
Status: newassigned

comment:8 by Wiktor, 11 years ago

I've applied and tested provided patch.
All tests pass.

Pull request is here:

https://github.com/django/django/pull/778

comment:9 by Tomek Paczkowski, 11 years ago

Triage Stage: AcceptedReady for checkin

Reviewed. Good for me.

comment:10 by Wiktor Kolodziej <wiktor@…>, 11 years ago

Resolution: fixed
Status: assignedclosed

In 67dd54dc841a93a67eac87dc13ed047d72f920dc:

Fixed #19609: admin Inlines doesn't display help_text for readonly fields

Refactoring: field was renamed to field_name, since flatten_fieldsets returns field name, not field.

Original patch from Marc Aymerich Gubern

comment:11 by Honza Král <Honza.Kral@…>, 11 years ago

In 692902b227b4aff8a4ec66fa8d4ac2d3128bcac0:

Merge pull request #778 from viciu/19609

Fixed #19609: admin Inlines doesn't display help_text for readonly fields

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