django1/django/db/models/fields
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
..
__init__.py Fixed #20378 -- regression in GenericRelation on abstract model 2013-05-20 18:02:10 +03:00
files.py Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
proxy.py Fixed #13328 -- Ensured that querysets on models with callable defaults can be pickled. No, really this time. Thanks to Alex for his help brainstorming the solution. 2010-04-21 16:34:33 +00:00
related.py Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField fields. 2013-05-20 16:29:51 -03:00
subclassing.py [py3] Removed a remaining use of __metaclass__. 2012-08-14 23:45:12 +02:00