models.py
4.49 KB
-
Remove 'Hold down "Control" ...' message from help_text · 7d43f41e
When getting the help_text from a field where `many=True`, Django appends 'Hold down "Control", or "Command" on a Mac, to select more than one.' to the help_text. This makes some sense in Django's ModelForms, but no sense in the API.
Andy Freeland committed