| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-04 | [3.0.x] Bumped version for 3.0.4 release.3.0.4 | Mariusz Felisiak | |
| 2020-03-04 | [3.0.x] Fixed CVE-2020-9402 -- Properly escaped tolerance parameter in GIS ↵ | Mariusz Felisiak | |
| functions and aggregates on Oracle. Thanks to Norbert Szetei for the report. | |||
| 2020-03-03 | [3.0.x] Fixed #31150 -- Included subqueries that reference related fields in ↵ | Mariusz Felisiak | |
| GROUP BY clauses. Thanks Johannes Hoppe for the report. Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80. Co-authored-by: Simon Charette <charette.s@gmail.com> Backport of 7b8fa1653fde578ab3a496d9974ab1d4261b8b26 from master | |||
| 2020-03-03 | [3.0.x] Documented default value of InlineModelAdmin.extra. | Adam Johnson | |
| Backport of 3bd29a8a973e2bb11b00666458344aeab5684a39 from master | |||
| 2020-02-29 | [3.0.x] Removed outdated note about not supporting partial indexes by Django. | Mariusz Felisiak | |
| Supported since a906c9898284a9aecb5f48bdc534e9c1273864a6. Backport of a49c2b6bf098eb48c07641f60dba9be78c6cc92f from master | |||
| 2020-02-27 | [3.0.x] Refs #31312 -- Fixed FTimeDeltaTests.test_date_case_subtraction() test. | Mariusz Felisiak | |
| Follow up to 16cacdcb3f7856df5454b648503374de150fa245. | |||
| 2020-02-27 | [3.0.x] Fixed #31312 -- Properly ordered temporal subtraction params on MySQL. | Simon Charette | |
| Regression in 9bcbcd599abac91ea853b2fe10b784ba32df043e. Thanks rick2ricks for the report. Backport of 41ebe60728a15aa273f4d70de92f5246a89c3d4e from master | |||
| 2020-02-27 | [3.0.x] Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs. | Andrey Doroschenko | |
| Backport of f1016814d84b1423cfe0df85644c9870a6bc6b41 from master | |||
| 2020-02-26 | [3.0.x] Removed hint from fields.E310 message in system check docs. | Mariusz Felisiak | |
| This is the only documented hint. Backport of 667f784baab31f11d2469e5d22bbdc2390dbc030 from master | |||
| 2020-02-24 | [3.0.x] Fixed #31303 -- Removed outdated note about symmetrical intermediate ↵ | Matheus Cunha Motta | |
| table for self-referential ManyToManyField. Follow up to 87b1ad6e7351464c60e751b483d9dfce3a2d3382. Backport of 0352a44dd61c19bebf0c0b305dbbc3f710ff9945 from master | |||
| 2020-02-20 | [3.0.x] Fixed #31182 -- Adjusted release notes for ASGI support. | Adam Johnson | |
| Backport of a6b3938afc0204093b5356ade2be30b461a698c5 from master | |||
| 2020-02-19 | [3.0.x] Fixed #30040 -- Used default permission name in docs examples to ↵ | Hasan Ramezani | |
| avoid confusion. Backport of b7795d7673f51daf288ac80616ef69b05918ca6b from master | |||
| 2020-02-18 | [3.0.x] Fixed #31282 -- Corrected RelatedManager docs for using ↵ | Carlton Gibson | |
| add/remove/set with PKs. Backport of 3bbf9a489afc689eff2f4a0b84af196aa1ef51e7 from master | |||
| 2020-02-18 | [3.0.x] Fixed #31271 -- Preserved ordering when unifying query parameters on ↵ | Mariusz Felisiak | |
| Oracle. This caused misplacing parameters in logged SQL queries. Regression in 79065b55a70cd220820a260a1c54851b7be0615a. Thanks Hans Aarne Liblik for the report. Backport of 2a038521c4eabdc5f6d5026d3dd6d22868e329cd from master | |||
| 2020-02-14 | [3.0.x] Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments. | Hasan Ramezani | |
| Backport of 2ab97af3528352e8f3ea4aa725b863822442d5ed from master | |||
| 2020-02-12 | [3.0.x] Fixed #31241 -- Clarified porting translations of the Django docs to ↵ | Takuya Noguchi | |
| docs.djangoproject.com. Backport of c25a8c77d72b6d3a1942a699796224f4a2caf543 from master | |||
| 2020-02-11 | [3.0.x] Fixed #31246 -- Fixed locking models in ↵ | Abhijeet Viswa | |
| 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 | |||
| 2020-02-11 | [3.0.x] Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper ↵ | Florian Apolloner | |
| is used. Thanks to Oskar Persson for the report. Backport of 41a3b3d18647b258331104520e76f977406c590d from master | |||
| 2020-02-11 | [3.0.x] Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper ↵ | Florian Apolloner | |
| closes file-like object." This reverts commit cce47ff65a4dd3786c049ec14ee889e128ca7de9. Backport of 549445519ce90cc5c1e3f981853cc0c67725f3ed from master | |||
| 2020-02-11 | [3.0.x] Fixed #31253 -- Fixed data loss possibility when using caching from ↵ | Jon Dufresne | |
| async code. Case missed in a415ce70bef6d91036b00dd2c8544aed7aeeaaed. Backport of e3f6e18513224c8ad081e5a19da641f49b0b43da from master | |||
| 2020-02-10 | [3.0.x] Added stub release notes for 2.2.11. | Mariusz Felisiak | |
| Backport of 7e8339748cc199b4a13513891d9ac4f1e4794588 from master | |||
| 2020-02-10 | [3.0.x] Added "Bugfixes" section to release notes for 3.0.4. | Mariusz Felisiak | |
| Backport of 932bd794b29c24536b6277b61175bd11ca9be234 from master | |||
| 2020-02-05 | [3.0.x] Improved grammar in 3.0 release notes for ↵ | Adam Johnson | |
| SECURE_CONTENT_TYPE_NOSNIFF change. Backport of de1924e0e7499535f05298c46d9983fd1640d4b4 from master | |||
| 2020-02-03 | [3.0.x] Fixed #31226 -- Fixed typo in ↵ | Vibhu Agarwal | |
| docs/internals/contributing/writing-code/submitting-patches.txt. Backport of 6f9ecc23f676e7a6f25d1a6cf830fe638a1eb589 from master | |||
| 2020-02-03 | [3.0.x] Fixed #31222 -- Fixed typo in ↵ | Vibhu Agarwal | |
| docs/internals/contributing/bugs-and-features.txt. Backport of 1a09708dcb2f60ad5ca0a75b8de9619356f74ff6 from master | |||
| 2020-02-03 | [3.0.x] Added stub release notes for 3.0.4. | Carlton Gibson | |
| Backport of 273918c25b203d32a7922bc7c3610e4a089fe931 from master | |||
| 2020-02-03 | [3.0.x] Added CVE-2020-7471 to security archive. | Carlton Gibson | |
| Backport of d8b2ccbbb846328a0938347dc70cb2e603164d9a from master | |||
| 2020-02-03 | [3.0.x] Post-release version bump. | Carlton Gibson | |
| 2020-02-03 | [3.0.x] Bumped version for 3.0.3 release.3.0.3 | Carlton Gibson | |
| 2020-02-03 | [3.0.x] Added release date for 3.0.3. | Carlton Gibson | |
| Backport of 1a2600d8dfe86eb0fd0952a8c86107ab20323847 from master | |||
| 2020-02-03 | [3.0.x] Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter. | Simon Charette | |
| 2020-02-03 | [3.0.x] Fixed #31217 -- Made QuerySet.values()/values_list() group by not ↵ | Mariusz Felisiak | |
| selected annotations with aggregations used in order_by(). Regression in 59b4e99dd00b9c36d56055b889f96885995e4240. Thanks Jon Dufresne for the report and Simon Charette for the review. Backport of 6b178a3e930f72069f3cda2e6a09d1b320fc09ec from master | |||
| 2020-01-31 | [3.0.x] Updated translations from Transifex | Claude Paroz | |
| 2020-01-29 | [3.0.x] Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files ↵ | Abhijeet | |
| how-to. Backport of a45c8d7ad04b73e33b6989c3ffa2b8c51ae3e83b from master | |||
| 2020-01-29 | [3.0.x] Updated the GeoJSON format specification link to RFC 7946. | Mariusz Felisiak | |
| Backport of 5978de2ec0787c8912349a72a7143c33f62b980b from master | |||
| 2020-01-29 | [3.0.x] Refs #25778 -- Updated some links to HTTPS and new locations. | Mariusz Felisiak | |
| Backport of 0ac8ac8b0dece68072548900e992fc31493154c1 from master | |||
| 2020-01-29 | [3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location. | Jon Dufresne | |
| Backport of 958977f662d878c299b3599282f005c3469dbef9 from master | |||
| 2020-01-29 | [3.0.x] Refs #25778 -- Updated sphinx-doc.org links to HTTPS. | Jon Dufresne | |
| Backport of 32166a9f7c8afd6d34ff7e7c0a13a46a6eedcc5e from master. | |||
| 2020-01-24 | [3.0.x] Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs. | Roy Smith | |
| Backport of cf493e5c819f5ee49b96954f026bec722e19d9c3 from master | |||
| 2020-01-22 | [3.0.x] Clarified AppConfig.ready() docs example. | Adam Johnson | |
| Backport of 971a84d6af9de738be2a7a8344fa8c80671d1729 from master | |||
| 2020-01-22 | [3.0.x] Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey ↵ | Eugene Hatsko | |
| with custom ContentType foreign key. Regression in dffa3e1992562ba60512d96d1eb5859ffff2ceb5. Backport of 0b013564ef0609d95b1d263626f2e15bccda1a50 from master | |||
| 2020-01-21 | [3.0.x] Fixed #31195 -- Relaxed GeometryDistance test for PROJ 5.2+. | Sergey Fedoseev | |
| Backport of 31e2ab345b272b309770262067710589ec433e79 from master | |||
| 2020-01-21 | [3.0.x] Made examples concrete in upgrade documentation. | Adam Johnson | |
| Backport of e4bc4f26b27122f5887a5eea811ff985d9ab8b8d from master | |||
| 2020-01-17 | [3.0.x] Added missing backtick in instances docs. | Claude Paroz | |
| Backport of c7b97ac3a7908dab0825f6bdb61b40f641306a8e from master | |||
| 2020-01-17 | [3.0.x] Added note about incomplete HTML in tutorial 3. | Adam Johnson | |
| Backport of 26be53dd89cef46746b4a67cbc0bb29665e999a6 from master | |||
| 2020-01-17 | [3.0.x] Fixed #31171 -- Fixed wording in auto-escaping section of custom ↵ | Takayuki Hirayama | |
| template tags docs. Backport of 73563183c2ea92e9ef1d3a1f790a503acc14ade2 from master | |||
| 2020-01-17 | [3.0.x] Refs #31097 -- Added django.db.models.Q import to contrib.postgres ↵ | Mariusz Felisiak | |
| aggregates tests. | |||
| 2020-01-16 | [3.0.x] Added apps.py to project from tutorials in reusable apps docs. | Anael Mobilia | |
| Backport of a5a28de89dabfa03302a5893102b6f1a7c7861a1 from master | |||
| 2020-01-15 | [3.0.x] Clarified backport policy for regressions. | Carlton Gibson | |
| Backport of 7400da49a5d0ec5a087c3cf05e0b2d15048fc93f from master | |||
| 2020-01-15 | [3.0.x] Fixed #31124 -- Fixed setting of get_FOO_display() when overriding ↵ | Carlton Gibson | |
| inherited choices. Regression in 2d38eb0ab9f78d68c083a5b78b1eca39027b279a Backport of 29c126bb349526b5f1cd78facbe9f25906f18563 from master | |||
