1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/internals
Ramiro Morales 4ba1c2e785 Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField fields.
This is backward incompatible for custom form field/widgets that rely
on the hard-coded 'Hold down "Control", or "Command" on a Mac, to select
more than one.' sentence.

Application that use standard model form fields and widgets aren't
affected but need to start handling these help texts by themselves
before Django 1.8.

For more details, see the related release notes and deprecation timeline
sections added with this commit.
2013-05-20 16:29:51 -03:00
..
_images
contributing Tweaked unit test 'quick start' explanation. 2013-05-20 13:45:32 -04:00
committers.txt
deprecation.txt Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField fields. 2013-05-20 16:29:51 -03:00
git.txt
howto-release-django.txt
index.txt
release-process.txt
security.txt