Tim Graham
66638a09c5
[1.6.x] Added dates to release notes.
...
Backport of b902be798e from master
2014-08-20 16:32:51 -04:00
Simon Charette
f7c494f250
[1.6.x] Prevented data leakage in contrib.admin via query string manipulation.
...
This is a security fix. Disclosure following shortly.
2014-08-20 11:43:43 -04:00
Preston Holmes
0268b855f9
[1.6.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE change.
...
This is a security fix. Disclosure following shortly.
2014-08-20 11:43:43 -04:00
Tim Graham
dd0c3f4ee1
[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
...
This is a security fix. Disclosure following shortly.
2014-08-20 11:43:43 -04:00
Florian Apolloner
da051da8df
[1.6.x] Prevented reverse() from generating URLs pointing to other hosts.
...
This is a security fix. Disclosure following shortly.
2014-08-20 11:43:43 -04:00
Tim Graham
52b878d805
[1.6.x] Added release note stubs for 1.5.9 and 1.4.14.
2014-08-20 11:43:43 -04:00
Tim Graham
48368d421c
[1.6.x] Added sphinx extension to ease generation of ticket links.
...
Backport of fca677fa43 from master
2014-08-19 17:47:21 -04:00
Claude Paroz
9f9fdc4b0a
[1.6.x] Fixed #22996 -- Prevented crash with unencoded query string
...
Thanks Jorge Carleitao for the report and Aymeric Augustin, Tim Graham
for the reviews.
Backport of fa02120d36 from master.
2014-08-19 22:55:35 +02:00
Claude Paroz
f5e8376288
[1.6.x] Fixed multi geometries editing in OpenLayers widget
...
Backport of 457c16d0d from master.
2014-08-15 10:10:35 +02:00
Claude Paroz
99b5567796
[1.6.x] Fixed #23265 -- Used system-specific encoding in runserver
...
Thanks SpaceFox for the report.
Backport of 055d95fce066 from master.
2014-08-14 12:11:42 +02:00
Tim Graham
0dfc37669d
[1.6.x] Updated MySQL links to version 5.6.
...
Backport of fb4f3e04b1 from master
2014-08-02 10:27:34 -04:00
Tim Graham
e4b2bea743
[1.6.x] Fixed #19107 -- Restored bug fix for sending unicode email with Python 2.6.5 and below.
2014-07-30 09:29:08 -04:00
Shai Berger
838b7f8220
[1.6.x] Fixed #20292 : Pass datetime objects (not formatted dates) as params to Oracle
...
This seems worthwhile in its own right, but also works around an Oracle
bug (in versions 10 -- 11.1) where the use of Unicode would reset the
date/time formats, causing ORA-01843 errors.
Thanks Trac users CarstenF for the report, jtiai for the initial patch,
and everyone who contributed to the discussion on the ticket.
Backport of 6983201 from master.
2014-07-29 07:00:26 -04:00
David Hoffman
2630cafc86
[1.6.x] Fixed #23097 -- Switched to new octal format in docs
...
Backport of e1c85167a3 from master.
2014-07-26 11:24:04 +02:00
Aymeric Augustin
83098dccdf
[1.6.x] Fixed #23089 -- Fixed transaction handling in two management commands.
...
Previously, when createcachetable and flush operated on non-default
databases, they weren't atomic.
Also avoided transactional DDL and transactional truncates on databases
that don't support them (refs #22308 ).
Backport of 753a22a635, 0757e0f30d, and 6877a9d415 from master
2014-07-24 19:27:15 -04:00
Tim Graham
ca44366b15
[1.6.x] Added 1.6.6 release notes for #22998 .
2014-07-16 13:36:19 -04:00
Ramiro Morales
609153d2bf
[1.6.x] Added release note for issue 13794 fix.
2014-07-14 22:45:41 -03:00
Tim Graham
85f9745807
[1.6.x] Fixed #22966 -- Clarified which release notes appear for each doc version.
...
Thanks haimunt at yahoo.com for the suggestion.
Backport of e6b3d6c22f from master
2014-07-07 15:31:47 -04:00
Claude Paroz
9207442fe2
[1.6.x] raw() was still defined on Manager in Django 1.6
2014-07-02 18:29:16 +02:00
Vlastimil Zíma
ef3ae3d1c9
[1.6.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres].
...
Backport of 78c32f1caa from master
2014-06-20 19:01:49 -04:00
Tim Graham
3252e0654e
[1.6.x] Improved deprecation plan links in release notes.
...
Backport of 7ff326928a08d4c51141768bd305a44ca5ecb2e7 from master
2014-05-29 18:59:22 -04:00
Tim Graham
ee075c4484
[1.6.x] Added stub release notes for 1.6.6.
...
Backport of 79e9da3d1e from master
2014-05-16 18:19:49 -04:00
Tim Graham
d41a001011
[1.6.x] Minor edits to latest release notes.
...
Backport of 860d31ac7a from master
2014-05-15 07:17:02 -04:00
Jacob Kaplan-Moss
b053eb929b
Added release notes for 1.4.13, 1.5.8, 1.6.5.
2014-05-14 18:36:44 +02:00
Tim Graham
e05a6222cd
[1.6.x] Removed an unnecessary anchor in the docs.
...
Backport of a06808d370 from master
2014-05-13 20:55:05 -04:00
Tim Graham
b718e292ac
[1.6.x] Added 1.6.5 release note for refs #22508 .
...
Backport of 13087020a9 from master
2014-05-12 12:44:48 -04:00
Ramiro Morales
8ebf38b7a4
[1.6.x] Fix typo in release notes.
2014-05-10 23:22:51 -03:00
Anssi Kääriäinen
0e37049636
[1.6.x] Fixed #22429 -- Incorrect SQL when using ~Q and F
...
Backpatch of 5e1f4656b98816c96a1cc051224c1b699db480e0 from master.
Conflicts:
django/db/models/sql/query.py
tests/queries/models.py
tests/queries/tests.py
2014-05-05 13:27:54 +03:00
Claude Paroz
034866204b
[1.6.x] Fixed #22565 -- Prevented pgettext_lazy crash with bytestring input
...
Thanks ygbo for the report.
Backport of 142c27218 from master.
2014-05-02 19:38:46 +02:00
Claude Paroz
120a981207
[1.6.x] Fixed #22551 -- Made oracle backend method Python 3 compatible
...
Thanks fatal10110 at gmail.com for the report. The fix is 1.6-only
because that code has been refactored in 1.7 (6983201cfb).
2014-05-01 18:15:00 +02:00
Tim Graham
2997a20072
[1.6.x] Added stub release notes for 1.6.5.
...
Backport of 650065f0ef from master
2014-04-28 20:38:34 -04:00
Tim Graham
6574e6c183
[1.6.x] Added dates to release notes of today's release.
...
Backport of 68d264059a from master
2014-04-28 19:07:07 -04:00
Tim Graham
d16948bd19
[1.6.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin.
...
Thanks ross at servercode.co.uk for the report.
Backport of 9e7f86b890 from master
2014-04-25 08:36:28 -04:00
Tim Graham
6915220ff9
[1.6.x] Fixed #22486 -- Restored the ability to reverse views created using functools.partial.
...
Regression in 8b93b31487d6d3b0fcbbd0498991ea0db9088054.
Thanks rcoup for the report.
Backport of 3c06b2f2a3 from master
2014-04-23 08:56:13 -04:00
Marti Raudsepp
c5306d4af1
[1.6.x] Various documentation typo/spelling fixes
...
Errors detected by Topy (https://github.com/intgr/topy ), all changes
verified by hand.
Backport of 11d453bcadad3c9a5ae35882792d0f1e8e8e7818 from master
2014-04-22 20:13:43 -04:00
Tim Graham
362ce5e936
[1.6.x] Added 1.6.4 release note stub.
...
Backport of 9fb95dfc9f from master
2014-04-22 11:49:29 -04:00
James Bennett
7bb9bebe47
[1.6.x] Add missing disclosure information to security archive.
2014-04-21 18:29:05 -05:00
James Bennett
3f1abbfc40
[1.6.x] Update for 1.6.3 security release.
2014-04-21 18:10:57 -05:00
Erik Romijn
d63bfb14dd
[1.6.x] Added information on resolved security issues to release notes.
...
Backport of c07f3e60c2d455e36ba4ac339d4283d32bbc3814 from master
2014-04-21 18:30:27 -04:00
Tim Graham
9e28bfb324
[1.6.x] Added some missing items to the 1.6.3 release notes.
...
Backport of c2b269df6e from master
2014-04-18 10:32:53 -04:00
valtron
1252b77824
[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.
...
Regression introduced by commit 9777442. Refs #21410 .
Conflicts:
tests/prefetch_related/tests.py
Backport of d3b71b976d from master
2014-04-13 01:06:03 +07:00
John Paulett
129cb7e222
[1.6.x] Fixed #22364 -- Sanitized getpass input in changepassword.
...
Python 2 getpass on Windows does not accept unicode, even
when containing on ASCII characters. Related #190807 .
Backport of b5a9166f7e from master
2014-04-10 13:16:08 -04:00
Shai Berger
d5cef2a19c
[1.6.x] Documentation fixes for the select_for_update change.
...
Refs #22343 ; thanks Tim Graham for the fixes.
2014-04-10 03:44:45 +03:00
Shai Berger
690a5984a3
[1.6.x] Fixed #22343 -- Disallowed select_for_update in autocommit mode
...
The ticket was originally about two failing tests, which are
fixed by putting their queries in transactions.
Thanks Tim Graham for the report, Aymeric Augustin for the fix,
and Simon Charette, Tim Graham & Loïc Bistuer for review.
Backport of b990df1d63 from master
2014-04-10 02:15:14 +03:00
Ramiro Morales
bd5965ce68
[1.6.x] Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.
...
e6ced2bb08 from master.
2014-04-02 17:18:56 -03:00
Patrick Michaud
73474df954
Fixed #22256 -- Replaced bad fallback for missing PATH
...
Thanks Baptiste Mispelon for the review.
Backport of acee46fc9 from master.
2014-04-01 20:45:12 +02:00
Loic Bistuer
a5297c1ef4
[1.6.x] Fixed #21795 -- Made add_preserved_filters account for url prefixes.
...
Thanks to trac username honyczek for the report. Refs #6903 .
Backport of 4339e9a92d from master
2014-03-31 07:29:08 -04:00
Tim Graham
916f0de74b
[1.6.x] Added 1.6.3 release note for refs #22250 .
...
Backport of d57ba04d89 from master
2014-03-31 07:12:16 -04:00
Tim Graham
30ba506e97
[1.6.x] Fixed #21858 -- Clarified 1.6 release note regarding M2M help text changes.
...
Thanks lee at semel.net for the report.
Backport of f30e6590f4 from master
2014-03-29 10:23:28 -04:00
Tim Graham
f659c8e13a
[1.6.x] Added Python 3.4 support notes.
...
Backport of 306deab2c7 from master
2014-03-27 08:14:39 -04:00