summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [1.11.x] Bumped version for 1.11.18 release.1.11.18Tim Graham2019-01-041-1/+1
|
* [1.11.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in ↵Tom Hacohen2019-01-034-7/+32
| | | | | | | the default 404 page. Co-Authored-By: Tim Graham <timograham@gmail.com> Backport of 1ecc0a395be721e987e8e9fdfadde952b6dee1c7 from master.
* [1.11.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.
* [1.11.x] Fixed broken links to PyYAML page.CHI Cheng2018-12-273-3/+3
| | | | Backport of b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77 from master.
* [1.11.x] Refs #30013 -- Doc'd that mysqlclient 1.3.14 and later isn't supported.Tim Graham2018-12-052-4/+2
|
* [1.11.x] Post-release version bump.Carlton Gibson2018-12-031-1/+1
|
* [1.11.x] Bumped version for 1.11.17 release.1.11.17Carlton Gibson2018-12-031-1/+1
|
* [1.11.x] Added release date for 1.11.17.Carlton Gibson2018-12-031-1/+1
| | | | Backport of 950112548e61098f442d37a8ded4ef9f83ff8fda from master
* [1.11.x] Removed usage of deprecated sphinx APIs.Tim Graham2018-11-171-2/+4
| | | | Backport of cc4bb110d31f18d2931fd79d792d3ac09cce19e5 from master.
* [1.11.x] Refs #28814 -- Documented Python 3.7 compatibility.Asif Saifuddin Auvi2018-11-175-7/+9
| | | | Backport of 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 from master
* [1.11.x] Refs #28814 -- Fixed migrations crash with namespace packages on ↵Tim Graham2018-11-172-3/+5
| | | | | | | | Python 3.7. Due to https://bugs.python.org/issue32303. Backport of 0f0a07ac278dc2be6da81e519188f77e2a2a00cf from master
* [1.11.x] Refs #28814 -- Fixed test_runner failure on Python 3.7.Tim Graham2018-11-171-2/+4
| | | | | | Due to https://bugs.python.org/issue30399. Backport of 9d1d3b2d2fe0bef995b024368088eeabbdf73629 from master
* [1.11.x] Refs #28814 -- Fixed "SyntaxError: Generator expression must be ↵Tim Graham2018-11-171-3/+1
| | | | | | | | parenthesized" on Python 3.7. Due to https://bugs.python.org/issue32012. Backport of 931c60c5216bd71bc11f489e00e063331cf21f40 from master
* [1.11.x] Fixed #29959 -- Cached GEOS version in WKBWriter class.Claude Paroz2018-11-162-3/+6
| | | | | Regression in f185d929fa1c0caad8c03fccde899b647d7248c6. Backport of e7e55059027ae2f644c852e0ba60dc9307b425e1 from master.
* [1.11.x] Removed release date for 1.11.17.Tim Graham2018-11-161-2/+2
| | | | Backport of 97cec6f75d9d9b86892829f784e5e9dabfd1242a from master.
* [1.11.x] Removed obsolete and flaky GeoIP tests.Tom Forbes2018-11-101-16/+3
| | | | Backport of 8f90593e6f8197148c8f86e598bfef6792f3f4bf from master.
* [1.11.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.
* [1.11.x] Added CVE-2018-16984 to the security release archive.Carlton Gibson2018-10-011-0/+11
| | | | | Backport of 0b3b7c4b0ab2567cfe5df3ac19563d4a59276cb1 and 92ccc3917058b1025b2d657ffdf3c21eb8009f7b from master
* [1.11.x] Added stub release notes for 1.11.17 release.Carlton Gibson2018-10-012-0/+13
| | | | Backport of 7040e638b960c122cd71eccac2b1bf2fe8d0f5da from master
* [1.11.x] Post-release version bump.Carlton Gibson2018-10-011-1/+1
|
* [1.11.x] Bumped version for 1.11.16 release.1.11.16Carlton Gibson2018-10-011-1/+1
|
* [1.11.x] Added release date for 1.11.16.Carlton Gibson2018-10-011-1/+1
| | | | Backport of d37ed40048b749c75f7f54ef8b96d8e738f10719 from master
* [1.11.x] Refs #29759 -- Doc'd that cx_Oracle < 7 is required.Mariusz Felisiak2018-09-182-2/+2
| | | | Backport of 7085247e2fd1ad8b08103173a23ca730784765a3 from stable/2.0.x
* [1.11.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
* [1.11.x] Refs #29499 -- Skipped QuerySet.update_or_create() test that fails ↵Tim Graham2018-08-031-0/+2
| | | | on MySQL.
* [1.11.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders2018-08-026-4/+80
| | | | | | | | | 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
* [1.11.x] Added CVE-2018-14574 to the security release archive.Tim Graham2018-08-011-2/+15
| | | | Backport of 0006538e53bf11d1de26801b13b78807354de2c8 from master
* [1.11.x] Post-release version bump.Tim Graham2018-08-011-1/+1
|
* [1.11.x] Bumped version for 1.11.15 release.1.11.15Tim Graham2018-08-011-1/+1
|
* [1.11.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in ↵Andreas Hug2018-07-257-4/+62
| | | | CommonMiddleware.
* [1.11.x] Added stub release notes for security release.Tim Graham2018-07-242-0/+8
|
* [1.11.x] Post-release version bump.Carlton Gibson2018-07-021-1/+1
|
* [1.11.x] Bumped version for 1.11.14 release.1.11.14Carlton Gibson2018-07-021-1/+1
|
* [1.11.x] Added release date for 1.11.14.Carlton Gibson2018-07-021-1/+1
| | | | Backport of 65df375c40dfe591b258f36709123abc6957fbd7 from master
* [1.11.x] Fixed location of a few doc labels.Tim Graham2018-06-282-4/+4
| | | | Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
* [1.11.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy2018-06-075-4/+115
| | | | | | Regression in 917cc288a38f3c114a5440f0749b7e5e1086eb36. Backport of b18650a2634890aa758abae2f33875daa13a9ba3 from master
* [1.11.x] Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham2018-06-021-3/+11
| | | | Backport of 666be7b9942611d5c0f5e485c448f219cd5a1ad5 from master
* [1.11.x] Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham2018-06-011-3/+4
| | | | Backport of 55f4eee75d41499995bfdb611ac89e80c87404eb from master
* [1.11.x] Refs #28257 -- Updated a test for GDAL 2.2Claude Paroz2018-05-311-15/+17
| | | | Partial backport of 28627608945ddc3f59fb6a011a4eb363d8020e83 from master
* [1.11.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham2018-05-313-5/+9
| | | | Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 from master
* [1.11.x] Added stub release notes for 1.11.14.Tim Graham2018-05-312-0/+13
| | | | Backport of 8a6fcfdc77d84bd5cebf1e6a6dd65c64f9cb40b8 from master
* [1.11.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel2018-05-271-1/+1
| | | | Backport of cd242d185bda9269913d4d101a7f704204ec907d from master
* [1.11.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper2018-05-271-30/+0
| | | | Backport of a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe from master
* [1.11.x] Post-release version bump.Tim Graham2018-05-011-1/+1
|
* [1.11.x] Bumped version for 1.11.13 release.1.11.13Tim Graham2018-05-011-1/+1
|
* [1.11.x] Added release date for 1.11.13.Tim Graham2018-05-011-1/+1
|
* Revert "[1.11.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript ↵Carlton Gibson2018-04-181-7/+0
| | | | | | template strings can't be translated." This reverts commit 8b4798c8d31b3cd9faab4caf11fca000b07f0181.
* [1.11.x] Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript ↵Tim Graham2018-04-181-0/+7
| | | | | | template strings can't be translated. Backport of c3437f734d03d93f798151f712064394652cabed from master
* [1.11.x] Fixed a test failure with the latest GeoIP databases.Tim Graham2018-04-172-4/+4
| | | | Backport of 7a22d9f75125e3cfbea0979a876efe4634f6fe05 from master
* [1.11.x] Added isolated_local_models support to schema tests.Tim Graham2018-04-141-0/+7
| | | | | | | Follow up to 46496a542c2ff9f273e090073e9c8071acb1a4a4, which otherwise has no effect. Partial backport of 9f7772e098439f9edea3d25ab127539fc514eeb2 from master