Changes between Initial Version and Version 1 of Ticket #26761


Ignore:
Timestamp:
Jun 15, 2016, 7:25:22 AM (8 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26761

    • Property Keywords admin removed
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Admin - add 'help_text' property to custom fieldsAdd 'help_text' property to methods in ModelAdmin.list_display
  • Ticket #26761 – Description

    initial v1  
    1212        return obj.birth_date
    1313
    14     view_birth_date.short_name = 'birth_date'
    15     view_birth_date.empty_value_display = '???'
    1614    view_birth_date.help_text = 'Authors birthday'
    1715}}}
Back to Top