summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [2.2.x] Refs #31863 -- Added release notes for ↵Mariusz Felisiak2020-08-131-1/+4
| | | | | | 94ea79be137f3cb30949bf82198e96e094f2650d. Backport of 21768a99f47ee73a2f93405151550ef7c3d9c8a2 from master
* [2.2.x] Fixed #31863 -- Prevented mutating model state by copies of model ↵Gert Burger2020-08-132-1/+19
| | | | | | | | instances. Regression in bfb746f983aa741afa3709794e70f1e0ab6040b5. Backport of 94ea79be137f3cb30949bf82198e96e094f2650d from master
* [2.2.x] Fixed #31866 -- Fixed locking proxy models in ↵Daniel Hillier2020-08-114-4/+53
| | | | | | QuerySet.select_for_update(of=()). Backport of 60626162f76f26d32a38d18151700cb041201fb3 from master
* [2.2.x] Added stub release notes for 2.2.16.Mariusz Felisiak2020-08-112-0/+13
| | | | Backport of 8a5683b6b2aede38edcff070686ed1fce470dec5 from master
* [2.2.x] Post-release version bump.Mariusz Felisiak2020-08-031-1/+1
|
* [2.2.x] Bumped version for 2.2.15 release.2.2.15Mariusz Felisiak2020-08-031-1/+1
|
* [2.2.x] Added release date for 2.2.15.Mariusz Felisiak2020-08-031-1/+1
| | | | Backport of b68b8cb89abb35ff2152175ea540619ec384b1f4 from master
* [2.2.x] Pinned geoip2 < 4.0.0 in test requirements.Mariusz Felisiak2020-07-231-1/+1
| | | geoip2 4+ doesn't support Python 3.5.
* [2.2.x] Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are ↵Mariusz Felisiak2020-07-221-0/+4
| | | | | | case-insensitive. Backport of fd53db842c35c994dbd54196dd38a908f3676b1a from master
* [2.2.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, ↵Florian Apolloner2020-07-203-9/+58
| | | | | | | | | | | | | | | | | 3.7.8+, and 3.8.4+. Fixed sending emails crash on email addresses with display names longer then 75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+. Wrapped display names were passed to email.headerregistry.Address() what caused raising an exception because address parts cannot contain CR or LF. See https://bugs.python.org/issue39073 Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> Backport of 96a3ea39ef0790dbc413dde0a3e19f6a769356a2 from master.
* [2.2.x] Fixed #31790 -- Fixed setting SameSite cookies flag in ↵Mariusz Felisiak2020-07-169-6/+42
| | | | | | | | | | | HttpResponse.delete_cookie(). Cookies with the "SameSite" flag set to None and without the "secure" flag will be soon rejected by latest browser versions. This affects sessions and messages cookies. Backport of 331324ecce1330dce3dbd1713203cb9a42854ad7 from stable/3.0.x
* [2.2.x] Fixed #30945 -- Doc'd plural equations changes in 2.2. release notes.David Smith2020-07-031-0/+8
| | | | Backport of 392036be29b759204cbc4033072672acacabf3f7 from master
* [2.2.x] Fixed ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to ↵Mariusz Felisiak2020-07-021-2/+5
| | | | on Python 3.5.
* [2.2.x] Post-release version bump.Mariusz Felisiak2020-07-011-1/+1
|
* [2.2.x] Bumped version for 2.2.14 release.2.2.14Mariusz Felisiak2020-07-011-1/+1
|
* [2.2.x] Added release date for 2.2.14.Mariusz Felisiak2020-07-011-1/+1
| | | | Backport of 0f3aecf581b50215820455eb2f6a19a1b3b3ef8b from master.
* [2.2.x] Refs #31751 -- Doc'd that cx_Oracle < 8 is required.Mariusz Felisiak2020-06-302-2/+2
|
* [2.2.x] Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.Mariusz Felisiak2020-06-101-1/+1
| | | | | | | | Support for sqlparse < 0.2.2 was broken in 40b0a58f5ff949fba1072627e4ad11ef98aa7f36 because is_whitespace property was added in sqlparse 0.2.2. Backport of 4339f2aff272bceabd67e452c65bcfe0700b3f09 from master.
* [2.2.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.Stephen Rauch2020-06-103-3/+3
| | | | | | | | Support for sqlparse < 0.2.2 was broken in 782d85b6dfa191e67c0f1d572641d8236c79174c because is_whitespace property was added in sqlparse 0.2.2. Backport of 4b6db766ba4b613d317c87f87d1d63865b7424a4 from master.
* [2.2.x] Fixed #31654 -- Fixed cache key validation messages.Mariusz Felisiak2020-06-054-3/+19
| | | | Backport of 926148ef019abcac3a9988c78734d9336d69f24e from master.
* [2.2.x] Fixed ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to ↵Mariusz Felisiak2020-06-041-1/+1
| | | | on Python 3.5.
* [2.2.x] Refs CVE-2020-13254 -- Fixed cache.tests when KEY_PREFIX is defined.Mariusz Felisiak2020-06-031-1/+1
| | | | | | Follow up to 2c82414914ae6476be5a166be9ff49c24d0d9069. Backport of 229c9c6653356a0bc23846d83b2d4b5d0438a145 from master
* [2.2.x] Post-release version bump.Carlton Gibson2020-06-031-1/+1
|
* [2.2.x] Bumped version for 2.2.13 release.2.2.13Carlton Gibson2020-06-031-1/+1
|
* [2.2.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached ↵Dan Palmer2020-06-035-45/+58
| | | | backends.
* [2.0.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ↵Jon Dufresne2020-06-034-3/+29
| | | | ForeignKeyRawIdWidget.
* [2.2.x] Added release date for 2.2.13.Carlton Gibson2020-06-031-1/+1
| | | | Backport of 81dc710571b773557170cce9764fff83b6dfd8ae from master
* [2.2.x] Refs #31485 -- Backported jQuery upgrade to 3.5.1.Carlton Gibson2020-06-025-650/+1158
|
* [2.2.x] Fixed E128, E741 flake8 warnings.Mariusz Felisiak2020-06-0211-78/+94
| | | | Backport of 0668164b4ac93a5be79f5b87fae83c657124d9ab from master.
* [2.2.x] Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak2020-06-027-19/+22
| | | | | "term" role became case sensitive in Sphinx 3.0.1. Backport of cc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 from master
* [2.2.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak2020-06-024-7/+7
| | | | Backport of 678f958ef972bf9be402332537149ca0884035ba from master
* [2.2.x] Fixed CodeBlock deprecation warning on Sphinx 2.1+.Mariusz Felisiak2020-06-021-1/+1
| | | | Backport of a4e4737cf36f3ba6f526587f2656cf4be64b91bf from master.
* [2.2.x] Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak2020-06-026-1/+14
| | | | Backport of 69e2cd6fed40f3ecf767609b80ad31f288446e48 from master.
* [2.2.x] Fixed #31570 -- Corrected translation loading for apps providing ↵Carlton Gibson2020-06-0115-3/+171
| | | | | | | | | | territorial language variants with different plural equations. Regression in e3e48b00127c09eafe6439d980a82fc5c591b673. Thanks to Shai Berger for report, reproduce and suggested fix. Backport of dd1ca50b096bf0351819aabc862e91a9797ddaca from master.
* [2.2.x] Fixed LiveWidgetTests.test_textarea_trailing_newlines() crash on ↵Mariusz Felisiak2020-05-291-1/+1
| | | | | | Chrome 75+. Backport of b08a18f17ba53eb0bc7fd7993924f3d7f8ed5c52 from master
* [2.2.x] Updated expected release dates for 2.2.13.Carlton Gibson2020-05-271-2/+2
| | | | Backport of 9d55ae00d3dad9e93714add69ab7e48e7b0bcafa from master
* [2.2.x] Added stub release notes for 2.2.13.Mariusz Felisiak2020-05-142-0/+13
| | | | Backport of 50798d43898c7d46926a4292f86fdf3859a433da from master
* [2.2.x] Post-release version bump.Carlton Gibson2020-04-011-1/+1
|
* [2.2.x] Bumped version for 2.2.12 release.2.2.12Carlton Gibson2020-04-011-1/+1
|
* [2.2.x] Added release date for 2.2.12.Carlton Gibson2020-04-011-1/+1
| | | | Backport of b56243b77f6ae3125bd1a3f24163b28a13a30c5f from master
* [2.2.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz2020-03-106-15/+105
| | | | | Thanks to Michal Čihař for review. Backport of e3e48b00127c09eafe6439d980a82fc5c591b673 from master
* [2.2.x] Added stub release notes for 2.2.12.Carlton Gibson2020-03-102-0/+13
| | | | Backport of a4200e958d1da46465d7d684674a1711bc9f65e0 from master
* [2.2.x] Fixed GeoQuerySetTest.test_unionagg_tolerance() test on Oracle 18c.Mariusz Felisiak2020-03-051-1/+2
| | | | Backport of 5ca76baa729bbbe62f5c4a0fc4f89747dc999029 from master
* [2.2.x] Fixed typo in docs/releases/1.11.29.txt.Mariusz Felisiak2020-03-041-1/+1
| | | | Backport of 43f8ba1c7c0a264b67224c62b48fcd0dfdaddec3 from master
* [2.2.x] Added CVE-2020-9402 to security archive.Mariusz Felisiak2020-03-041-0/+14
| | | | Backport of f37f9a0bf061fd0dfe4e45adb39157c3307ec8e2 from master
* [2.2.x] Post-release version bump.Mariusz Felisiak2020-03-041-1/+1
|
* [2.2.x] Bumped version for 2.2.11 release.2.2.11Mariusz Felisiak2020-03-041-1/+1
|
* [2.2.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS ↵Mariusz Felisiak2020-03-047-12/+110
| | | | | | functions and aggregates on Oracle. Thanks to Norbert Szetei for the report.
* [2.2.x] Fixed #31282 -- Corrected RelatedManager docs for using ↵Carlton Gibson2020-02-181-8/+8
| | | | | | add/remove/set with PKs. Backport of 3bbf9a489afc689eff2f4a0b84af196aa1ef51e7 from master
* [2.2.x] Fixed #31246 -- Fixed locking models in ↵Abhijeet Viswa2020-02-115-23/+75
| | | | | | | | QuerySet.select_for_update(of=()) for related fields and parent link fields with multi-table inheritance. Partly regression in 0107e3d1058f653f66032f7fd3a0bd61e96bf782. Backport of 1712a76b9dfda1ef220395e62ea87079da8c9f6c from master.