Commit Graph

25311 Commits

Author SHA1 Message Date
Tim Graham c89ab95a36 [2.0.x] Used extlinks for GitHub commits.
Backport of c34c6d0a2f from master.
2019-02-01 15:50:48 -05:00
Tim Graham ab5fc25635 [2.0.x] Replaced CVE/ticket roles with extlinks.
Backport of 44f98f7880 from master.
2019-02-01 15:50:43 -05:00
Mariusz Felisiak 9518450973
[2.0.x] Fixed E117 and F405 flake8 warnings.
Backport of 5a5c77d55d from master
2019-01-30 13:13:49 +01:00
Tim Graham 01b7a140e8 [2.0.x] Added CVE-2019-3498 to the security release archive.
Backport of 162ae9c914 from master.
2019-01-04 09:25:33 -05:00
Tim Graham cf56a185dd [2.0.x] Post-release version bump. 2019-01-04 09:03:40 -05:00
Tim Graham 2b865f4c59 [2.0.x] Bumped version for 2.0.10 release. 2019-01-04 08:59:15 -05:00
Tom Hacohen 9f4ed7c94c [2.0.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 1ecc0a395b from master.
2019-01-03 22:01:12 -05:00
Tim Graham f167f308ff [2.0.x] Added __init__.py for db_utils tests.
Backport of b5fe97a34e from master.
2019-01-02 18:20:19 -05:00
Tim Graham e7ec17bca6 [2.0.x] Pinned Pillow != 5.4.0 in test requirements.
There's a bug that causes a test failure in forms_tests:
https://github.com/python-pillow/Pillow/pull/3501/files#r244651761.

Backport of e4a714b259 from master.
2019-01-02 17:37:12 -05:00
CHI Cheng a3dfd38baa [2.0.x] Fixed broken links to PyYAML page.
Backport of b7dbd5ff68 from master.
2018-12-27 10:52:15 +01:00
Tim Graham 1b752d3493 [2.0.x] Removed unused imports in tests/test_runner/tests.py. 2018-12-20 22:15:55 -05:00
Simon Charette ecece1b22e [2.0.x] Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks are enabled.
Prior to this change foreign key constraint references could be left pointing
at tables dropped during operations simulating unsupported table alterations
because of an unexpected failure to disable foreign key constraint checks.

SQLite3 does not allow disabling such checks while in a transaction so they
must be disabled beforehand.

Thanks ezaquarii for the report and Carlton and Tim for the review.

Backport of 315357ad25 from master.
2018-12-17 10:06:48 -05:00
Simon Charette 53b17d4734 [2.0.x] Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.
SQLite 3.26 repoints foreign key constraints on table renames even when
foreign_keys pragma is off which breaks every operation that requires
a table rebuild to simulate unsupported ALTER TABLE statements.

The newly introduced legacy_alter_table pragma disables this behavior
and restores the previous schema editor assumptions.

Thanks Florian Apolloner, Christoph Trassl, Chris Lamb for the report and
troubleshooting assistance.

Backport of c8ffdbe514 from master.
2018-12-07 14:22:42 -05:00
Tim Graham 13501d162f
[2.0.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported. 2018-12-05 15:48:24 -05:00
Carlton Gibson 288279ccfd [2.0.x] Added release date for 1.11.17.
Backport of 950112548e from master
2018-12-03 15:25:37 +01:00
Tim Graham 4a62b44af3 [2.0.x] Removed usage of deprecated sphinx APIs.
Backport of cc4bb110d3 from master
2018-11-17 18:17:10 -05:00
Tim Graham aa1527db57 [2.0.x] Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.
Backport of 2fd21a1858 from master.
2018-11-17 16:06:11 -05:00
Claude Paroz 3cc125b582 [2.0.x] Fixed #29959 -- Cached GEOS version in WKBWriter class.
Regression in f185d929fa.
Backport of e7e5505902 from master.
2018-11-16 15:13:40 -05:00
Tim Graham 6d9b1e5706 [2.0.x] Removed release date for 2.0.10 and 1.11.17.
Backport of 97cec6f75d from master.
2018-11-16 09:34:46 -05:00
Tom Forbes a23d867628 [2.0.x] Removed obsolete and flaky GeoIP tests.
Backport of 8f90593e6f from master.
2018-11-10 16:29:52 -05:00
Mariusz Felisiak 9be172f585 [2.0.x] Fixed F841 flake8 warning.
Backport of 641742528a from master.
2018-10-24 09:38:53 -04:00
Mariusz Felisiak ae416b1788 [2.0.x] Ignored flake8 W504 warnings.
W504 is mutually exclusive with W503 that we follow.

Backport of 58d1e9aa8a from master.
2018-10-24 09:38:46 -04:00
Carlton Gibson 66ac7a129a [2.0.x] Added CVE-2018-16984 to the security release archive.
Backport of 0b3b7c4b0a
and 92ccc39170 from master
2018-10-01 15:07:11 +02:00
Carlton Gibson 09acabc648 [2.0.x] Added stub release notes for 2.0.10 release.
Backport of 2e86710dac from master
2018-10-01 12:02:44 +02:00
Carlton Gibson 31d6dfc43f [2.0.x] Added stub release notes for 1.11.17 release.
Backport of 7040e638b9 from master
2018-10-01 12:02:32 +02:00
Carlton Gibson 81999b5c5f [2.0.x] Post-release version bump. 2018-10-01 11:39:26 +02:00
Carlton Gibson c8baf4bb9d [2.0.x] Bumped version for 2.0.9 release. 2018-10-01 09:58:29 +02:00
Carlton Gibson 851bdcc637 [2.0.x] Added release date for 2.0.9 release.
Backport of a4932be483 from master
2018-10-01 09:56:35 +02:00
Carlton Gibson 47f0df2b68 [2.0.x] Added release date for 1.11.16.
Backport of d37ed40048 from master
2018-10-01 09:35:44 +02:00
Mariusz Felisiak 7085247e2f
[2.0.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required. 2018-09-18 10:30:45 +02:00
Tim Graham fd3ad043a1 [2.0.x] Added words to docs/spelling_wordlist for Ubuntu 18.04.
Backport of 8edb27b6c6 from master
2018-09-17 18:57:39 +02:00
Tim Graham fc05e7f753 [2.0.x] Fixed typo in docs/releases/2.0.5.txt.
Backport of cdc6da395a from master
2018-08-21 09:48:45 -04:00
Tim Graham b113c6adea [2.0.x] Fixed #28540 -- Doc'd a change to file upload permissions in Django 1.11.
Behavior changed in f734e2d4b2
(refs #27334).

Backport of 89d4d41240 from master
2018-08-04 11:06:20 -04:00
Michael Sanders 4441826026 [2.0.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 271542dad1 from master
2018-08-02 17:25:15 -04:00
Tim Graham e7dffda167 [2.0.x] Added CVE-2018-14574 to the security release archive.
Backport of 0006538e53 from master
2018-08-01 11:07:28 -04:00
Tim Graham 05b0ae53ea [2.0.x] Post-release version bump. 2018-08-01 11:05:43 -04:00
Tim Graham b83b44f40c [2.0.x] Bumped version for 2.0.8 release. 2018-08-01 09:48:00 -04:00
Andreas Hug 6fffc3c6d4 [2.0.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware. 2018-07-31 10:37:29 -04:00
Tim Graham af34469111 [2.0.x] Added stub release notes for security releases. 2018-07-31 10:37:25 -04:00
Dražen Odobašić 253f1b74da [2.0.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.
Regression in 3a148f958d.
Backport of 9f3b9ffd51 from master.
2018-07-31 10:11:18 -04:00
François Freitag c26f001967 [2.0.x] Fixed django/http/request.py docstring typo.
Backport of 93e721a0b8 from master
2018-07-16 14:44:49 +02:00
Tom 50e4f9adac [2.0.x] Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.
Backport of f98e1c01ea from master
2018-07-06 09:06:08 -04:00
Sergey Fedoseev 9dd66ba5d5 [2.0.x] Corrected cached_property() signature in docs.
Backport of 82b9708c6f from master
2018-07-06 08:56:37 -04:00
Michal Čihař 1645471348 [2.0.x] Fixed #29544 -- Fixed regex lookup on MariaDB.
Regression in 4249076844.
Backport of 39e287d8bf from master
2018-07-05 12:12:11 -04:00
Mads Jensen 2ce830e683 [2.0.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.
Backport of ab251fdad2 from master
2018-07-05 11:38:35 -04:00
Tim Graham 76e0efeb59 [2.0.x] Added stub release notes for 2.0.8.
Backport of 2c3f198946 from master
2018-07-03 20:06:22 -04:00
Carlton Gibson 0496df8a26 [2.0.x] Post-release version bump. 2018-07-02 11:12:18 +02:00
Carlton Gibson e042eead94 [2.0.x] Bumped version for 2.0.7 release. 2018-07-02 10:52:57 +02:00
Carlton Gibson 1cfc950477 [2.0.x] Added release date for 1.11.14.
Backport of 65df375c40 from master
2018-07-02 10:14:31 +02:00
José L. Patiño a881499a77 [2.0.x] Fixed #29535 -- Updated email.MIME* references for Python 3.
Backport of b5dd6ef3d5 from master
2018-06-29 08:24:51 -04:00