django1/django
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
..
bin Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:46:06 +02:00
conf Make Urdu (ur) recognized as RTL language. Refs #20454 2013-05-19 11:29:24 +03:00
contrib Made 2d309a70 compatible with Python 3. 2013-05-19 17:58:29 +02:00
core Fixed #20445 -- Raised original exception after command error 2013-05-20 18:59:37 +02:00
db Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField fields. 2013-05-20 16:29:51 -03:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField fields. 2013-05-20 16:29:51 -03:00
http Fixed #12747 -- Made reason phrases customizable. 2013-05-19 13:14:54 +02:00
middleware Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware 2013-05-19 13:18:35 +02:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template Fixed #20246 -- Added non-breaking spaces between values an units 2013-05-18 23:01:48 +02:00
templatetags Fixed #20130 -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. 2013-05-18 19:04:34 -03:00
utils Fixed #11915: generic Accept-Language matches country-specific variants 2013-05-19 12:50:09 +02:00
views Fixed #20234 and #20236 -- SingleObjectMixin fixes 2013-05-18 21:13:27 +02:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00