| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-04 | [3.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in ↵ | Natalia | |
| django.utils.text.Truncator when truncating HTML text. Thanks Wenchao Li of Alibaba Group for the report. | |||
| 2023-07-03 | [3.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator ↵ | Mariusz Felisiak | |
| and URLValidator. Thanks Seokchan Yoon for reports. | |||
| 2023-02-07 | [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. | Markus Holtermann | |
| Thanks to Jakob Ackermann for the report. | |||
| 2022-06-27 | [3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. | Mariusz Felisiak | |
| sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked. Backport of ac90529cc58507d9a07610809a795ec5fc3cbf8c from main. | |||
| 2022-02-01 | [3.2.x] Fixed CVE-2022-22818 -- Fixed possible XSS via {% debug %} template tag. | Markus Holtermann | |
| Thanks Keryn Knight for the report. Backport of 394517f07886495efcf79f95c7ee402a9437bd68 from main. Co-authored-by: Adam Johnson <me@adamj.eu> | |||
| 2022-01-04 | [3.2.x] Fixed CVE-2021-45116 -- Fixed potential information disclosure in ↵ | Florian Apolloner | |
| dictsort template filter. Thanks to Dennis Brinkrolf for the report. Co-authored-by: Adam Johnson <me@adamj.eu> | |||
| 2021-12-15 | [3.2.x] Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in ↵ | Mariusz Felisiak | |
| Django 2.2.25, 3.1.14, and 3.2.10. Follow up to d4dcd5b9dd9e462fec8220e33e3e6c822b7e88a6. Backport of 5de12a369a7b2231e668e0460c551c504718dbf6 from main | |||
| 2021-11-23 | [3.2.x] Corrected signatures of QuerySet's methods. | Mariusz Felisiak | |
| Backport of a17becf4c7f4e4057e8c94990e4b4999be0aea95 from main | |||
| 2021-11-01 | [3.2.x] Added Google Cloud Spanner to list of third-party DB backends. | Vikash Singh | |
| Backport of 125f9afc2c42449ee79283fefa778651acfd4aed from main | |||
| 2021-10-27 | [3.2.x] Refs #33182 -- Adjusted custom admin theming example to use correct ↵ | Carlton Gibson | |
| template block. Backport of a754b82dac511475b6276039471ccd17cc64aeb8 from main | |||
| 2021-10-18 | [3.2.x] Fixed #33198 -- Corrected BinaryField.max_length docs. | Nick Frazier | |
| Backport of 0d4e575c96d408e0efb4dfd0cbfc864219776950 from main | |||
| 2021-10-04 | [3.2.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField ↵ | Sarah Abderemane | |
| key transforms. Backport of 1953dd02b6719ee89fddbc3098d86968d79f3cd7 from main | |||
| 2021-09-28 | [3.2.x] Corrected field and model check messages in docs. | Mariusz Felisiak | |
| Follow up to 72d04e03855536cf36090aedbb7aa8f1c4c8b443. Backport of 93f3b7a0ba2969109940775a18515728603afac6 from main | |||
| 2021-09-24 | [3.2.x] Removed obsolete GEOS 3.5 requirement note. | Claude Paroz | |
| Follow up to ea87a85fad9994dbb0748df25bc9c2d99b24809b. Backport of 8036b53de61f16098a2f22c50621987182bdfaed from main | |||
| 2021-09-21 | [3.2.x] Fixed broken links and redirects in docs. | Mariusz Felisiak | |
| Backport of 1d16dbc74563ec9aeb4bdff870d0fe5064667b26 from main | |||
| 2021-09-17 | [3.2.x] Corrected outputs and made cosmetic edits in GeoDjango tutorial. | Mariusz Felisiak | |
| Backport of b5bf026813ca9aff83243f901edd722e0d60c2ea from main | |||
| 2021-09-16 | [3.2.x] Doc'd Jinja2 form renderer. | David Smith | |
| Backport of 7132d17de1399345a38858c20221850bdef43d0e from main | |||
| 2021-09-10 | [3.2.x] Clarified type of Window()'s partition_by and order_by arguments. | David Sanders | |
| Backport of ecf76cc1fb0ca7b02744fb63717cb1ac5f643916 from main | |||
| 2021-08-31 | [3.2.x] Refs #25264 -- Doc's that not all default options are supported by ↵ | Jan Szoja | |
| every management command. Backport of 3cca5fdd3eb5906a385adaf9872581d4ed359041 from main | |||
| 2021-08-27 | [3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs. | Mariusz Felisiak | |
| Backport of a5cb1ef6eb842c38627ff6685b977fd42a342b67 from main | |||
| 2021-08-26 | [3.2.x] Fixed #33046 -- Added note about using length of cached result by ↵ | Can Sarıgöl | |
| QuerySet.count(). Backport of 7ea86076fc1128d43b47f4826cb25eb5ebb19f19 from main | |||
| 2021-08-13 | [3.2.x] The geodjango mailing list moved to the Django Forum. | Claude Paroz | |
| Backport of 6c3525a09db5177bf4e3856de85bf8b1300402d5 from main | |||
| 2021-07-29 | [3.2.x] Made minor edits to QuerySet.update_or_create() docs. | Abhyudai | |
| Backport of 85d47a58bf7dceced6a3e29a0715827b7a9d7d29 from main | |||
| 2021-07-28 | [3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt. | Pēteris Caune | |
| Backport of c258918a03532e5381818e20866266545edb5206 from main | |||
| 2021-07-27 | [3.2.x] Fixed #32933 -- Documented BoundField.initial as preferred over ↵ | Chris Jerdonek | |
| Form.get_initial_for_field(). Backport of 6559a55eed09780b30ee3c3636ccf30318622bcf from main | |||
| 2021-07-26 | [3.2.x] Fixed #32957 -- Improved visibility of arguments sections in ↵ | abhiabhi94 | |
| Model.save() docs. Backport of f876c7d08e75d719df5cd34b97cac63fdaae3fcc from main | |||
| 2021-07-23 | [3.2.x] Fixed #32950 -- Removed myproject from imports in admin docs where ↵ | Abhyudai | |
| appropriate. Backport of 019424e44efe495bc5981eb9848c0bb398a6f068 from main | |||
| 2021-07-19 | [3.2.x] Fixed typo in docs/ref/databases.txt. | Jacob Walls | |
| Backport of 66058c575887ba958a407e276cadb7a7b05c7767 from main | |||
| 2021-07-09 | [3.2.x] Fixed typo in docs/ref/contrib/gis/tutorial.txt. | Wille Marcel | |
| Backport of 6f60fa97b0b501ef7cc77e16392654bf27ec8db3 from main | |||
| 2021-07-07 | [3.2.x] Documented in_bulk behavior with nonexistent id_list items. | Claude Paroz | |
| Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Backport of 7309393c3a7dea7a34a1446e102df7432c4e7357 from main | |||
| 2021-06-30 | [3.2.x] Fixed #32850 -- Doc'd Sitemap.paginator. | Thomas Guettler | |
| Backport of 775f7506d7fbabf79d8bdec4ccf039ce2870fe70 from main | |||
| 2021-06-04 | [3.2.x] Refs #32338 -- Improved accessibility of RadioSelect examples in docs. | David Smith | |
| Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com> Backport of d8c17aa10c7f41e692fb6f5d0bf2fab7a90b9374 from main | |||
| 2021-06-03 | [3.2.x] Fixed typos in docs. | Jacob Walls | |
| Backport of f0d0d29f03448ba4f9cfef03f0605cc7e557c2c4 from main | |||
| 2021-05-20 | [3.2.x] Changed IRC references to Libera.Chat. | Mariusz Felisiak | |
| Backport of 66491f08fe86629fa25977bb3dddda06959f65e7 from main. | |||
| 2021-05-19 | [3.2.x] Doc'd that HttpRequest.path doesn't contain a query string. | David D Lowe | |
| Backport of fa4e963ee7e6876581b5432363603571839ba00c from main | |||
| 2021-05-19 | [3.2.x] Fixed typo in docs/ref/contrib/admin/index.txt. | David Sanders | |
| Backport of dacc307d9396516e7d3609b7b91e2ec545c84ebc from main | |||
| 2021-05-18 | [3.2.x] Fixed #32755 -- Corrected Model.get_absolute_url() example in docs. | Girish Sontakke | |
| Backport of 27d4573d35935bff83c28bfd68a2ce5a7a6c600a from main | |||
| 2021-05-17 | [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and ↵ | Nick Pope | |
| use HTTPS. Backport of c156e369553c75a30c78b8ed54a57b1101865105 from main | |||
| 2021-05-17 | [3.2.x] Refs #32720 -- Fixed some broken links in docs. | Nick Pope | |
| Backport of 7c4ee487c7392a3a394caf62efad355fad639655 from main | |||
| 2021-05-12 | [3.2.x] Fixed a typo in docs/ref/models/fields.txt. | Nick Pope | |
| datetime.date.utcnow() doesn't exist, should be .today(). Backport of 88b3982af396a7c2eca0db9c52dfa9830045cc19 from main | |||
| 2021-04-29 | [3.2.x] Refs #32674 -- Noted that auto-created through table PKs cannot be ↵ | Carlton Gibson | |
| automatically migrated. Backport of 907d3a7ff4e12ad4ccc86af26a728007fe4d6fa2 from main | |||
| 2021-04-28 | [3.2.x] Corrected introduction to range field lookups docs. | Adam Johnson | |
| Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44. Backport of 68e876c0953f882e54dddd49ef727f9e38e2d0d1 from main | |||
| 2021-04-27 | [3.2.x] Refs #32682 -- Renamed use_distinct variable to may_have_duplicates. | Mariusz Felisiak | |
| QuerySet.distinct() is not the only way to avoid duplicate, it's also not preferred. Backport of cd74aad90e09865ae6cd8ca0377ef0a5008d14e9 from main | |||
| 2021-04-16 | [3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs. | Adam Johnson | |
| Backport of 725ca1fb60da2ef1bb6db146cd2d735591e75fbd from main | |||
| 2021-04-14 | [3.2.x] Fixed #32645 -- Fixed QuerySet.update() crash when ordered by joined ↵ | Mariusz Felisiak | |
| fields on MySQL/MariaDB. Thanks Matt Westcott for the report. Regression in 779e615e362108862f1681f965ee9e4f1d0ae6d2. Backport of ca9872905559026af82000e46cde6f7dedc897b6 from main | |||
| 2021-04-07 | [3.2.x] Fixed #32544 -- Confirmed support for GDAL 3.2 and GEOS 3.9. | Claude Paroz | |
| Backport of e3cfba0029516aafe40f963378e234df2c0d33bb from main. | |||
| 2021-04-06 | [3.2.x] Refs #30156 -- Corrected version in SpatiaLite install instructions. | Mariusz Felisiak | |
| Backport of da542ccab6d61e1467199b52f77f64a2d72f5faf from main | |||
| 2021-03-26 | [3.2.x] Fixed #32580 -- Doc'd that HttpRequest.get_host() may raise ↵ | sreehari1997 | |
| DisallowedHost. Backport of 0860db225a4a7059c0884c87c0a7aa0035fd0d36 from main | |||
| 2021-03-25 | [3.2.x] Refs #31003 -- Moved note about return value of ↵ | Claude Paroz | |
| QuerySet.bulk_create() to the first paragraph. Backport of cac9ec73db35a6d38d33f271f4724da486c60e9f from main. | |||
| 2021-03-25 | [3.2.x] Doc'd that RawSQL can be used with __in. | Simon Willison | |
| Backport of e53159747c53ca8db6c338998493fd8697d38fac from main | |||
