Changes between Initial Version and Version 12 of Ticket #14402
- Timestamp:
- Apr 14, 2013, 6:46:21 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14402
- Property Triage Stage Unreviewed → Accepted
- Property Version 1.2 → SVN
- Property Has patch set
- Property Cc added
- Property Patch needs improvement set
- Property Easy pickings unset
- Property Severity → Normal
- Property Type → Bug
- Property UI/UX set
-
Ticket #14402 – Description
initial v12 5 5 kwargs['help_text'] = '' 6 6 }}} 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"...':7 In `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: 8 8 {{{ 9 9 #!python