Commit Graph

16 Commits

Author SHA1 Message Date
Tim Graham 0b10194b7b [1.9.x] Added release date for 1.8.7/1.7.11 releases. 2015-11-24 12:04:56 -05:00
Florian Apolloner 3ebbda0aef [1.9.x] Fixed a settings leak possibility in the date template filter.
This is a security fix.
2015-11-24 12:04:55 -05:00
George Marshall 11d54e8f0d [1.9.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small)IntegerField on MySQL.
Backport of 710e11d076 from master
2015-11-24 11:10:19 -05:00
Tim Graham 8edf8db52f [1.9.x] Refs #25786 -- Added tests/release notes for set_FOO_order() crash with order_with_respect_to referencing OneToOneField pk.
Forwardport of 6d9f061b07 from stable/1.8.x
The issue was fixed by 7bec480fe2.
2015-11-23 12:08:29 -05:00
Simon Charette eb7a329fb6 [1.9.x] Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied models.
Thanks to Trac alias ppetrid for the report and Tim for the review.

Conflicts:
	tests/delete/tests.py

Forward port of 7c3ef19978 from stable/1.8.x
2015-11-22 23:12:31 -05:00
Tim Graham 8727dc8e95 [1.9.x] Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL.
Backport of 54e2e688e1 from master
2015-11-21 11:30:18 -05:00
Dmitry Dygalo fe79bc3ed9 [1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.
Backport of 263b3d2ba1 from master
2015-11-14 11:21:53 -05:00
Tim Graham 5bb40e7608 [1.9.x] Refs #24937 -- Forwardport of 1.8.7 release note.
Forwardport of 3ded51bcf2 from stable/1.8.x
2015-11-11 17:02:19 -05:00
Marti Raudsepp 1eed16b9db [1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is bytestring.
This is consistent with the behavior of Django 1.7.x and earlier.

Backport of d3e3703a15 from master
2015-11-11 08:57:41 -05:00
Tim Graham b2e12ea813 [1.9.x] Updated six to 1.10.0.
Backport of 4c593eaa5f from master
2015-11-11 06:54:06 -05:00
Ian Foote f9a08eb897 [1.9.x] Fixed #25693 -- Prevented data loss with Prefetch and ManyToManyField.
Thanks to Jamie Matthews for finding and explaining the bug.

Backport of 4608573788 from master
2015-11-10 12:12:45 -05:00
Tim Graham 3dcdfcc8d3 [1.9.x] Refs #25618 -- Forwardported 1.8.7 release note.
Forwardport of 8c8a6d8a3f from stable/1.8.x
2015-11-10 10:44:55 -05:00
Marti Raudsepp 8db5122d69 [1.9.x] Fixed #25683 -- Allowed ModelChoiceField(queryset=...) to accept Managers.
This fixes a regression from refs #25496.

Backport of 1155843a41 from master
2015-11-09 12:44:34 -05:00
Tim Graham 6858bf758c [1.9.x] Refs #25686 -- Forwardported 1.8.7 release note. 2015-11-09 11:00:03 -05:00
Aymeric Augustin ca0278f496 [1.9.x] Fixed debug view crash during autumn DST change.
This only happens if USE_TZ = False and pytz is installed (perhaps not
the most logical combination, but who am I to jugde?)

Refs #23714 which essentially fixed the same problem when USE_TZ = True.

Thanks Florian and Carl for insisting until I wrote a complete patch.

Backport of 1014ba026e from master
2015-11-09 06:56:44 -05:00
Tim Graham 1b72e3fbf3 [1.9.x] Added stub release notes for 1.8.7.
Backport of d49b36e485 from master
2015-11-05 09:43:42 +01:00