Changes between Initial Version and Version 12 of Ticket #14402


Ignore:
Timestamp:
Apr 14, 2013, 6:46:21 PM (11 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14402

    • Property Triage Stage UnreviewedAccepted
    • Property Version 1.2SVN
    • Property Has patch set
    • Property Cc Germano Gabbianelli chris@… added
    • Property Patch needs improvement set
    • Property Easy pickings unset
    • Property SeverityNormal
    • Property TypeBug
    • Property UI/UX set
  • Ticket #14402 – Description

    initial v12  
    55    kwargs['help_text'] = ''
    66}}}
    7 In `contrib.admin.options.BaseModelAdmin.formfield_for_manytomany` the help_text is reset to `""` because otherwise `ManyToManyField.__init__` would prependo to it 'Hold down "Control", or "Command"...':
     7In `contrib.admin.options.BaseModelAdmin.formfield_for_manytomany` the help_text is reset to `""` because otherwise `ManyToManyField.__init__` would append 'Hold down "Control", or "Command"...' to it:
    88{{{
    99#!python
Back to Top