Carlton Gibson
f2c5f66c7c
[1.11.x] Refs #30175 -- Added release notes for 1.11.20 release.
...
Backport of b39bd0aa6d5667d6bbcf7d349a1035c676e3f972 from master
2019-02-11 15:52:35 +01:00
Carlton Gibson
0bbb560183
[1.11.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat.format().
...
Thanks Sjoerd Job Postmus for the report and initial patch.
Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review.
Backport of 402c0caa851e265410fbcaa55318f22d2bf22ee2 from master.
2019-02-11 11:15:45 +01:00
Mariusz Felisiak
11cb39514d
[1.11.x] Removed extra characters in docs header underlines.
...
Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
2019-02-08 21:44:04 +01:00
Carlton Gibson
fc858abe51
Added stub release notes for security releases.
...
# Conflicts:
# docs/releases/2.1.6.txt
2019-02-07 15:56:05 +01:00
Tim Graham
f245cecc6f
[1.11.x] Used extlinks for GitHub commits.
...
Backport of c34c6d0a2fc6d9bc55fb2db94b9ed40141babb15 from master.
2019-02-01 15:55:56 -05:00
Tim Graham
5a50ef9085
[1.11.x] Replaced CVE/ticket roles with extlinks.
...
Backport of 44f98f78804627839d5f0a8b3a32bfbb4546ff52 from master.
2019-02-01 15:55:49 -05:00
Tim Graham
951ee0b118
[1.11.x] Refs #30150 -- Doc'd that MySQL 8 isn't supported.
2019-02-01 08:32:42 -05:00
Tim Graham
71e8cdb3a4
[1.11.x] Added CVE-2019-3498 to the security release archive.
...
Backport of 162ae9c9143aa85eb27ea69b446a28973eea4854 from master.
2019-01-04 09:25:51 -05:00
Tom Hacohen
1cd00fcf52
[1.11.x] Fixed #30070 , CVE-2019-3498 -- Fixed content spoofing possiblity in the default 404 page.
...
Co-Authored-By: Tim Graham <timograham@gmail.com>
Backport of 1ecc0a395be721e987e8e9fdfadde952b6dee1c7 from master.
2019-01-03 22:09:25 -05:00
CHI Cheng
190aa59447
[1.11.x] Fixed broken links to PyYAML page.
...
Backport of b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77 from master.
2018-12-27 10:56:19 +01:00
Tim Graham
2ea1e0e58d
[1.11.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.
2018-12-05 15:51:04 -05:00
Carlton Gibson
b69c27ad8c
[1.11.x] Added release date for 1.11.17.
...
Backport of 950112548e61098f442d37a8ded4ef9f83ff8fda from master
2018-12-03 15:30:07 +01:00
Tim Graham
882935ef8f
[1.11.x] Removed usage of deprecated sphinx APIs.
...
Backport of cc4bb110d31f18d2931fd79d792d3ac09cce19e5 from master.
2018-11-17 18:05:54 -05:00
Asif Saifuddin Auvi
c11a7b4907
[1.11.x] Refs #28814 -- Documented Python 3.7 compatibility.
...
Backport of 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 from master
2018-11-17 15:35:08 -05:00
Claude Paroz
216398d1b1
[1.11.x] Fixed #29959 -- Cached GEOS version in WKBWriter class.
...
Regression in f185d929fa1c0caad8c03fccde899b647d7248c6.
Backport of e7e55059027ae2f644c852e0ba60dc9307b425e1 from master.
2018-11-16 15:15:25 -05:00
Tim Graham
e75120c5a6
[1.11.x] Removed release date for 1.11.17.
...
Backport of 97cec6f75d9d9b86892829f784e5e9dabfd1242a from master.
2018-11-16 09:39:08 -05:00
Carlton Gibson
bd197d3f92
[1.11.x] Added CVE-2018-16984 to the security release archive.
...
Backport of 0b3b7c4b0ab2567cfe5df3ac19563d4a59276cb1
and 92ccc3917058b1025b2d657ffdf3c21eb8009f7b from master
2018-10-01 15:08:18 +02:00
Carlton Gibson
21ea15d120
[1.11.x] Added stub release notes for 1.11.17 release.
...
Backport of 7040e638b960c122cd71eccac2b1bf2fe8d0f5da from master
2018-10-01 12:03:17 +02:00
Carlton Gibson
c1e9e2a525
[1.11.x] Added release date for 1.11.16.
...
Backport of d37ed40048b749c75f7f54ef8b96d8e738f10719 from master
2018-10-01 09:36:13 +02:00
Mariusz Felisiak
006ca978b9
[1.11.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.
...
Backport of 7085247e2fd1ad8b08103173a23ca730784765a3 from stable/2.0.x
2018-09-18 10:42:04 +02:00
Tim Graham
ceae3069ec
[1.11.x] Fixed #28540 -- Doc'd a change to file upload permissions in Django 1.11.
...
Behavior changed in f734e2d4b2fc4391a4d097b80357724815c1d414
(refs #27334 ).
Backport of 89d4d412404d31ef34ae3170c0c056eff55b2a17 from master
2018-08-04 11:06:37 -04:00
Michael Sanders
2668418d99
[1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().
...
A race condition happened when the object didn't already exist and
another process/thread created the object before update_or_create()
did and then attempted to update the object, also before update_or_create()
saved the object. The update by the other process/thread could be lost.
Backport of 271542dad1686c438f658aa6220982495db09797 from master
2018-08-02 17:28:23 -04:00
Tim Graham
98c77c5a70
[1.11.x] Added CVE-2018-14574 to the security release archive.
...
Backport of 0006538e53bf11d1de26801b13b78807354de2c8 from master
2018-08-01 11:07:37 -04:00
Andreas Hug
d6eaee0927
[1.11.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
2018-07-25 12:13:03 -04:00
Tim Graham
4fd1f6702a
[1.11.x] Added stub release notes for security release.
2018-07-24 19:01:29 -04:00
Carlton Gibson
63a6aa2039
[1.11.x] Added release date for 1.11.14.
...
Backport of 65df375c40dfe591b258f36709123abc6957fbd7 from master
2018-07-02 10:14:51 +02:00
Tim Graham
d46fb4edee
[1.11.x] Fixed location of a few doc labels.
...
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
2018-06-28 08:58:45 -04:00
Adam Donaghy
56c5c1599a
[1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
...
Regression in 917cc288a38f3c114a5440f0749b7e5e1086eb36.
Backport of b18650a2634890aa758abae2f33875daa13a9ba3 from master
2018-06-07 10:15:56 -04:00
Tim Graham
5bb00c01d6
[1.11.x] Fixed #29460 -- Added support for GEOS 3.6.
...
Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 from master
2018-05-31 12:15:27 -04:00
Tim Graham
212804faed
[1.11.x] Added stub release notes for 1.11.14.
...
Backport of 8a6fcfdc77d84bd5cebf1e6a6dd65c64f9cb40b8 from master
2018-05-31 10:18:48 -04:00
Osaetin Daniel
10e6dd718d
[1.11.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.
...
Backport of cd242d185bda9269913d4d101a7f704204ec907d from master
2018-05-27 16:52:11 -04:00
Daniel Hepper
1824656b10
[1.11.x] Removed docs for obsolete ExceptionMiddleware.
...
Backport of a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe from master
2018-05-27 13:38:42 -04:00
Tim Graham
2d1c914910
[1.11.x] Added release date for 1.11.13.
2018-05-01 21:21:48 -04:00
Carlton Gibson
a5d1fe59c5
Revert "[1.11.x] Fixed #29174 , #29175 -- Doc'd that f-strings and JavaScript template strings can't be translated."
...
This reverts commit 8b4798c8d31b3cd9faab4caf11fca000b07f0181.
2018-04-18 15:03:56 +02:00
Tim Graham
8b4798c8d3
[1.11.x] Fixed #29174 , #29175 -- Doc'd that f-strings and JavaScript template strings can't be translated.
...
Backport of c3437f734d03d93f798151f712064394652cabed from master
2018-04-18 14:35:16 +02:00
Mariusz Felisiak
f89b11b879
[1.11.x] Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection().
...
Regression in a0c03c62a8ac586e5be5b21393c925afa581efaf.
Thanks Tim Graham and Carlton Gibson for reviews.
Backport of 0b66c3b442875627fa6daef4ac1e90900d74290b from master.
2018-04-13 12:54:32 +02:00
Paul Donohue
979253fce9
[1.11.x] Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.
...
Backport of 33a0b7ac815588ed92dca215e153390af8bdbdda from master
2018-04-12 13:28:29 -04:00
Jeremy Bowman
8f76939f54
[1.11.x] Fixed #29193 -- Prevented unnecessary foreign key drops when altering a unique field.
...
Stopped dropping and recreating foreign key constraints on other fields
in the same table as the one which is actually being altered in an
AlterField operation.
Regression in c3e0adcad8d8ba94b33cabd137056166ed36dae0.
Backport of ee17bb8a67a9e7e688da6e6f4b3be1b3a69c09b0 from master
2018-04-11 23:24:42 -04:00
Tim Graham
0037cd1fa0
[1.11.x] Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards incompatible change.
...
Backport of 2919a08c20d5ae48e381d6bd251d3b0d400d47d9 from master
2018-04-10 13:27:13 -04:00
Luoxzhg
4aa097e94e
[1.11.x] Fixed mistakes in docs/topics/db/examples/many_to_one.txt.
...
Backport of 9d7e2c7b447b2bbabe746770ebd26465cc564f05 from master
2018-04-10 12:30:45 -04:00
Tim Graham
d2906d7c17
[1.11.x] Added stub release notes for 1.11.13.
...
Backport of b2678468aee3526ec2d092a2f20b1d12b15ba12f from master
2018-04-04 09:47:02 -04:00
Daniel Roseman
2e9d9dd6b1
[1.11.x] Fixed reference to nonexistent __between lookup.
...
Backport of e6c21217d3c79a507ebab290ba41116407dd7f2a from master
2018-04-04 09:44:01 -04:00
Tim Graham
c659625a69
[1.11.x] Added release date for 1.11.12.
...
Backport of 597aba6d6762f1507aaad1a8caa59def0e1f1871 from master
2018-04-02 21:39:03 -04:00
Tim Graham
4e89bbe4a9
[1.11.x] Fixed typo in docs/releases/1.11.12.txt.
...
Backport of 09c6d0146178d83b6bd6cc8bb4162a5ae7c1c5f5 from master
2018-04-02 09:39:04 -04:00
Claude Paroz
b25433a225
[1.11.x] Fixed #29273 -- Prevented initial selection of empty choice in multiple choice widgets.
...
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
Backport of f3b69f9757ec03057441ebbd52b7cdbfed31fb32 from master.
2018-04-02 09:27:01 -04:00
Tim Graham
a73a9cf60a
[1.11.x] Fixed links to Sphinx docs.
...
Backport of 73cb62a33197652a3c8261dbf052d7eb75e26139 from master
2018-03-30 15:02:23 -04:00
Amr Anwar
c5bb472095
[1.11.x] Fixed #29229 -- Fixed column mismatch crash when combining two annotated values_list() querysets with union(), difference(), or intersection().
...
Regression in 7316720603821ebb64dfe8fa592ba6edcef5f3e.
Backport of a0c03c62a8ac586e5be5b21393c925afa581efaf from master
2018-03-19 21:06:40 -04:00
Tim Graham
cd4275f8d7
[1.11.x] Added stub release notes for 1.11.12.
...
Backport of 8d67c7cffdcd5fd0c5cb0b87cd699a05b461e58d from master
2018-03-19 09:53:51 -04:00
ovalseven8
fbae9c0e02
[1.11.x] Fixed #29192 -- Removed inaccurate statement regarding overriding fields from abstract base classes.
...
Partial backport of 22bcd3a1d88add6e4cf2c4451ede8d1ae142dedd from master
2018-03-13 13:56:50 -04:00
Tim Graham
c8e5c1f420
[1.11.x] Added CVE-2018-7536,7 to the security release archive.
...
Backport of 5bbbdd26d1ea4f3bb164ad64b0d0d458d8bfdd02 from master
2018-03-06 13:04:55 -05:00