summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [2.0.x] Bumped version for 2.0.13 release.2.0.13Carlton Gibson2019-02-121-1/+1
|
* [2.0.x] Added CVE-2019-6975 to the security release archive.Tim Graham2019-02-111-0/+14
| | | | Backport of d6e5aad5c7eba3d8061c09902de16cd2b22619af from master.
* [2.0.x] Fixed #30177 -- Fixed format_number() crash with over 200 digits.Tim Graham2019-02-113-1/+15
| | | | | There are existing test failures. The incorrect patch was applied in 1f42f82566c9d2d73aff1c42790d6b1b243f7676.
* [2.0.x] Bumped version for 2.0.12 release.2.0.12Carlton Gibson2019-02-111-1/+1
|
* [2.0.x] Refs #30175 -- Added release notes for 2.0.12, and 1.11.20 releases.Carlton Gibson2019-02-113-0/+26
| | | | Backport of b39bd0aa6d5667d6bbcf7d349a1035c676e3f972 from master
* [2.0.x] Bumped version for 2.0.11 release.2.0.11Carlton Gibson2019-02-111-1/+1
|
* [2.0.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in ↵Carlton Gibson2019-02-114-1/+57
| | | | | | | utils.numberformat.format(). Thanks Sjoerd Job Postmus for the report and initial patch. Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review.
* [2.0.x] Removed extra characters in docs header underlines.Mariusz Felisiak2019-02-087-9/+9
| | | | Backport of 25829197bb94585e94695360065ac614aa9e6a56 from master
* [2.0.x] Added stub release notes for security releases.Carlton Gibson2019-02-073-0/+16
| | | | Backport of 5cc6f02f91e8860c867cc68cf42e66b5bb54c63d from master.
* [2.0.x] Fixed duplicate word in docs/releases/2.0.txt.Daniel Hahler2019-02-041-1/+1
| | | | Backport of fdc4518fe296c169cf54f23fdad2e0fc8785c059 from master.
* [2.0.x] Used extlinks for GitHub commits.Tim Graham2019-02-013-173/+172
| | | | Backport of c34c6d0a2fc6d9bc55fb2db94b9ed40141babb15 from master.
* [2.0.x] Replaced CVE/ticket roles with extlinks.Tim Graham2019-02-013-72/+6
| | | | Backport of 44f98f78804627839d5f0a8b3a32bfbb4546ff52 from master.
* [2.0.x] Fixed E117 and F405 flake8 warnings.Mariusz Felisiak2019-01-302-1/+2
| | | | Backport of 5a5c77d55dc85c7e6cf910243257e408887f412a from master
* [2.0.x] Added CVE-2019-3498 to the security release archive.Tim Graham2019-01-041-0/+13
| | | | Backport of 162ae9c9143aa85eb27ea69b446a28973eea4854 from master.
* [2.0.x] Post-release version bump.Tim Graham2019-01-041-1/+1
|
* [2.0.x] Bumped version for 2.0.10 release.2.0.10Tim Graham2019-01-041-1/+1
|
* [2.0.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in ↵Tom Hacohen2019-01-035-9/+46
| | | | | | | the default 404 page. Co-Authored-By: Tim Graham <timograham@gmail.com> Backport of 1ecc0a395be721e987e8e9fdfadde952b6dee1c7 from master.
* [2.0.x] Added __init__.py for db_utils tests.Tim Graham2019-01-021-0/+0
| | | | Backport of b5fe97a34ea527d4254b58c2e828450e7c32157f from master.
* [2.0.x] Pinned Pillow != 5.4.0 in test requirements.Tim Graham2019-01-021-1/+1
| | | | | | | There's a bug that causes a test failure in forms_tests: https://github.com/python-pillow/Pillow/pull/3501/files#r244651761. Backport of e4a714b259125423059b9f65f5e0ab70d78521ba from master.
* [2.0.x] Fixed broken links to PyYAML page.CHI Cheng2018-12-273-3/+3
| | | | Backport of b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77 from master.
* [2.0.x] Removed unused imports in tests/test_runner/tests.py.Tim Graham2018-12-201-4/+1
|
* [2.0.x] Fixed #30023 -- Prevented SQLite schema alterations while foreign ↵Simon Charette2018-12-177-39/+86
| | | | | | | | | | | | | | | 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 315357ad25a6590e7f4564ec2e56a22132b09001 from master.
* [2.0.x] Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.Simon Charette2018-12-072-0/+6
| | | | | | | | | | | | | | 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 c8ffdbe514b55ff5c9a2b8cb8bbdf2d3978c188f from master.
* [2.0.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.Tim Graham2018-12-052-3/+2
|
* [2.0.x] Added release date for 1.11.17.Carlton Gibson2018-12-031-1/+1
| | | | Backport of 950112548e61098f442d37a8ded4ef9f83ff8fda from master
* [2.0.x] Removed usage of deprecated sphinx APIs.Tim Graham2018-11-171-2/+4
| | | | Backport of cc4bb110d31f18d2931fd79d792d3ac09cce19e5 from master
* [2.0.x] Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.Tim Graham2018-11-173-5/+6
| | | | Backport of 2fd21a18584dc62cfad65cc112465ce68db5561a from master.
* [2.0.x] Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz2018-11-163-4/+9
| | | | | Regression in f185d929fa1c0caad8c03fccde899b647d7248c6. Backport of e7e55059027ae2f644c852e0ba60dc9307b425e1 from master.
* [2.0.x] Removed release date for 2.0.10 and 1.11.17.Tim Graham2018-11-162-4/+4
| | | | Backport of 97cec6f75d9d9b86892829f784e5e9dabfd1242a from master.
* [2.0.x] Removed obsolete and flaky GeoIP tests.Tom Forbes2018-11-101-17/+3
| | | | Backport of 8f90593e6f8197148c8f86e598bfef6792f3f4bf from master.
* [2.0.x] Fixed F841 flake8 warning.Mariusz Felisiak2018-10-241-1/+1
| | | | Backport of 641742528a8babbede92890bc0bef50a255c1bbb from master.
* [2.0.x] Ignored flake8 W504 warnings.Mariusz Felisiak2018-10-241-1/+1
| | | | | | W504 is mutually exclusive with W503 that we follow. Backport of 58d1e9aa8ab505912389e7cd019a6f21785ad4bf from master.
* [2.0.x] Added CVE-2018-16984 to the security release archive.Carlton Gibson2018-10-011-0/+11
| | | | | Backport of 0b3b7c4b0ab2567cfe5df3ac19563d4a59276cb1 and 92ccc3917058b1025b2d657ffdf3c21eb8009f7b from master
* [2.0.x] Added stub release notes for 2.0.10 release.Carlton Gibson2018-10-012-0/+13
| | | | Backport of 2e86710dac8e1965e39461d0f43eec29d33a75c2 from master
* [2.0.x] Added stub release notes for 1.11.17 release.Carlton Gibson2018-10-012-0/+13
| | | | Backport of 7040e638b960c122cd71eccac2b1bf2fe8d0f5da from master
* [2.0.x] Post-release version bump.Carlton Gibson2018-10-011-1/+1
|
* [2.0.x] Bumped version for 2.0.9 release.2.0.9Carlton Gibson2018-10-011-1/+1
|
* [2.0.x] Added release date for 2.0.9 release.Carlton Gibson2018-10-011-1/+1
| | | | Backport of a4932be483368d17d907d8d5492c4701a6631d87 from master
* [2.0.x] Added release date for 1.11.16.Carlton Gibson2018-10-011-1/+1
| | | | Backport of d37ed40048b749c75f7f54ef8b96d8e738f10719 from master
* [2.0.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.Mariusz Felisiak2018-09-182-2/+2
|
* [2.0.x] Added words to docs/spelling_wordlist for Ubuntu 18.04.Tim Graham2018-09-171-0/+24
| | | | Backport of 8edb27b6c6d5d9e4f3ad95a91254588616854d16 from master
* [2.0.x] Fixed typo in docs/releases/2.0.5.txt.Tim Graham2018-08-211-1/+1
| | | | Backport of cdc6da395aa602d772bd376513121fb2b674bda1 from master
* [2.0.x] Fixed #28540 -- Doc'd a change to file upload permissions in Django ↵Tim Graham2018-08-041-0/+7
| | | | | | | | | 1.11. Behavior changed in f734e2d4b2fc4391a4d097b80357724815c1d414 (refs #27334). Backport of 89d4d412404d31ef34ae3170c0c056eff55b2a17 from master
* [2.0.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders2018-08-027-4/+94
| | | | | | | | | 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
* [2.0.x] Added CVE-2018-14574 to the security release archive.Tim Graham2018-08-011-2/+15
| | | | Backport of 0006538e53bf11d1de26801b13b78807354de2c8 from master
* [2.0.x] Post-release version bump.Tim Graham2018-08-011-1/+1
|
* [2.0.x] Bumped version for 2.0.8 release.2.0.8Tim Graham2018-08-011-1/+1
|
* [2.0.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in ↵Andreas Hug2018-07-318-8/+78
| | | | CommonMiddleware.
* [2.0.x] Added stub release notes for security releases.Tim Graham2018-07-313-2/+10
|
* [2.0.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić2018-07-313-2/+12
| | | | | Regression in 3a148f958dddd97c1379081118c30fbede6b6bc4. Backport of 9f3b9ffd51c71d96728df9ee16f5a57c6f3b315d from master.