| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-22 | [5.0.x] Fixed typo in docs/releases/4.2.txt. | Claire Pritchard | |
| Backport of 61cc0e6f2c5115415e70e0a7eddd59b7c2aed40d from main | |||
| 2023-10-21 | [5.0.x] Restructured writing documentation contributing guide. | Lance Goyke | |
| This trims and clearly delineates the how to guide from the subsequent explanation with additional subheadings. These changes have been discussed with Daniele Procida at the DjangoCon US 2023 sprints. Backport of a680ac7d775ba1bdbbda03094a4a64596864421c from main | |||
| 2023-10-21 | [5.0.x] Corrected note about using accents in writing documentation ↵ | David Smith | |
| contributing guide. Backport of 16115771020eaededb56fdfbcfec978e950b6a9a from main | |||
| 2023-10-16 | [5.0.x] Fixed #34798 -- Fixed QuerySet.aggregate() crash when referencing ↵ | Simon Charette | |
| expressions containing subqueries. Regression in 59bea9efd2768102fc9d3aedda469502c218e9b7, complements e5c844d6f2a4ac6ae674d741b5f1fa2a688cedf4. Refs #28477, #34551. Thanks Haldun Komsuoglu for the report. Backport of 3b4a571275d967512866012955eb0b3ae486d63c from main | |||
| 2023-10-15 | [5.0.x] Refs #34840 -- Improved release note describing index regression. | Adam Johnson | |
| Backport of 73b2c63127297e214d3bfdc8d9a96837691fc2a0 from main | |||
| 2023-10-11 | [5.0.x] Fixed #34808 -- Doc'd aggregate function's default argument. | lufafajoshua | |
| Backport of 8adc7c86ab85ed91e512bc49056e301cbe1715d0 from main | |||
| 2023-10-10 | [5.0.x] Reorganized tutorial's part 4 to better understand changes needed in ↵ | Natalia | |
| URLConf. Backport of d21ab70223dcbdc5a2603a88945147f2f780deee from main | |||
| 2023-10-09 | [5.0.x] Refs #34043 -- Clarified how to test UI changes. | sarahboyce | |
| Backport of e083f3082c71853a01bf149bda7fdbaf58d25f4d from main | |||
| 2023-10-09 | [5.0.x] Added backticks to setuptools in docs. | Mariusz Felisiak | |
| Backport of 54b23b1835a8044c35754525dfcf2c3027d79aa8 from main | |||
| 2023-10-07 | [5.0.x] Added missing import in docs/ref/contrib/contenttypes.txt. | sage | |
| Backport of 958e4cfe42190539af9386e753d59cd487bd8847 from main | |||
| 2023-10-06 | [5.0.x] Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS ↵ | ume | |
| setting docs. Backport of 90c75dc4f37bee19b7c3790519d187e38e293800 from main | |||
| 2023-10-05 | [5.0.x] Refs #31435 -- Doc'd potential infinite recursion when accessing ↵ | David Sanders | |
| model fields in __init__. Backport of e47298aec4fa04416e7082331fbd44bd9f2662aa from main | |||
| 2023-10-05 | [5.0.x] Fixed #34759 -- Confirmed support for SpatiaLite 5.1. | pieterck | |
| Thanks The Epic Dev for helping with tests. Backport of 0989cf13e70f52d5b241aa176eb74a680a282d09 from main. | |||
| 2023-10-05 | [5.0.x] Refs #22936 -- Doc'd Lookup.prepare_rhs. | Mariusz Felisiak | |
| Backport of 91cb2d0b487acc56d886612a7251b9ba555d71b4 from main | |||
| 2023-10-04 | [5.0.x] Corrected wrap_socket() reference in docs/ref/settings.txt. | Mariusz Felisiak | |
| Backport of f9cdecfb0de40698eb2ce44c04068bb091fa8998 from main | |||
| 2023-10-04 | [5.0.x] Added stub release notes for 4.2.7. | Natalia | |
| Backport of 034457941abf33b194cb145443575bf7fb454faf from main | |||
| 2023-10-04 | [5.0.x] Added CVE-2023-43665 to security archive. | Natalia | |
| Backport of 4e790271e3e65c9ad037b347a34fa95e11982228 from main | |||
| 2023-10-04 | [5.0.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-10-02 | [5.0.x] Fixed #32602 -- Clarified wording of TestCase class. | faishalmanzar | |
| Backport of f4e72e6523e6968d9628dfbff914ab57dbf19e6b from main | |||
| 2023-09-27 | [5.0.x] Added stub release notes and release date for 4.2.6, 4.1.12, and 3.2.22. | Natalia | |
| Backport of 5e4b75b78a7a84bc30170c2b8e7434525e745c1b from main | |||
| 2023-09-27 | [5.0.x] Added warning about flatpages and untrusted users. | Mariusz Felisiak | |
| Backport of 571bab98879578b6ef54ee654ead06736855767d from main | |||
| 2023-09-22 | [5.0.x] Fixed #34840 -- Avoided casting string base fields on PostgreSQL. | Mariusz Felisiak | |
| Thanks Alex Vandiver for the report. Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca. Backport of 779cd28acb1f7eb06f629c0ea4ded99b5ebb670a from main. | |||
| 2023-09-21 | [5.0.x] Refs #34808 -- Doc'd that aggregation functions on empty groups can ↵ | David Sanders | |
| return None. Backport of 78b5c9075348aa12da2e024f6ece29d1d652dfdd from main | |||
| 2023-09-20 | [5.0.x] Refs #31300 -- Added example to GeneratedField release notes. | Paolo Melchiorre | |
| Backport of 0b506bfe1ab9f1c38e439c77b3c3f81c8ac663ea from main | |||
| 2023-09-19 | [5.0.x] Added updating the Django release process on Trac to release steps. | Mariusz Felisiak | |
| Backport of 7c1cf585e80114b6e531b40bd2954406d033afe3 from main | |||
| 2023-09-19 | [5.0.x] Fixed typo in docs/releases/5.0.txt. | Mariusz Felisiak | |
| Backport of 909f8e4c24e5c0c2fcf3f6bab2f87c0735bcc832 from main | |||
| 2023-09-18 | [5.0.x] Bumped django_next_version in docs config. | Natalia | |
| 2023-09-18 | Made cosmetic edits to docs/releases/5.0.txt. | Natalia | |
| 2023-09-18 | Removed empty sections from 5.0 release notes. | Natalia | |
| 2023-09-18 | Updated man page for Django 5.0 alpha. | Natalia | |
| 2023-09-18 | Fixed #33651 -- Added support for prefetching GenericForeignKey. | Clément Escolano | |
| Co-authored-by: revanthgss <revanthgss@almabase.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-09-18 | Fixed #34560 -- Updated admin's jQuery to 3.7.1. | Mariusz Felisiak | |
| 2023-09-16 | Fixed #31558 -- Added support for boolean attribute on properties in ↵ | Ryanwalker277 | |
| ModelAdmin.list_display. | |||
| 2023-09-16 | Fixed typo in docs/howto/custom-file-storage.txt. | therealrinku | |
| 2023-09-16 | Corrected QuerySet.prefetch_related() note about GenericRelation(). | Mariusz Felisiak | |
| GenericRelation is a reverse generic relationship so it's always homogeneous. Mentioning this as a restriction is confusing. | |||
| 2023-09-15 | Fixed #34832 -- Made admin's header content render in <header> tag. | Sarah Abderemane | |
| Header tag was changed to <header> get the landmark banner for accessibility. | |||
| 2023-09-14 | Refs #15619 -- Removed deprecated annotation about logging out via GET requests. | Mariusz Felisiak | |
| Follow up to 6c57c08ae52f86df843fccb5a3c1c6c45a10a26f. | |||
| 2023-09-14 | Fixed #24561 -- Added support for callables on model fields' choices. | Natalia | |
| 2023-09-14 | Doc'd HttpResponse.cookies. | Michele Mazzucchi | |
| 2023-09-14 | Fixed #34833 -- Made admin's main content render in <main> tag. | Sarah Abderemane | |
| 2023-09-13 | Fixed #34822 -- Added support for serializing functions decorated with ↵ | Nick Pope | |
| functools.lru_cache in migrations. `@functools.cache` and `@functools.lru_cache` return an object of type `functools._lru_cache_wrapper` which prevented the migrations serializer from working. Simply using the existing `FunctionTypeSerializer` for this additional type works as expected. | |||
| 2023-09-13 | Refs #34822 -- Added tests for serializing decorated functions in migrations. | Nick Pope | |
| Functions decorated with a decorator that is properly wrapped, e.g. by using `@functools.wraps`, are already supported. | |||
| 2023-09-13 | Refs #31949 -- Made make_middleware_decorator to work with async functions. | Ben Lomax | |
| 2023-09-12 | Renamed ChoicesMeta to ChoicesType. | Nick Pope | |
| This also uses enum.EnumType for Python 3.11+ as Python 3.11 renamed EnumMeta to EnumType. While the former is still available as an alias of the latter for now, let's prefer the canonical name for this. Check out https://docs.python.org/3/library/enum.html#enum.EnumType | |||
| 2023-09-11 | Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses. | Sam Toyer | |
| 2023-09-11 | Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings ↵ | Mariusz Felisiak | |
| from mutating the main STORAGES. Regression in 6b965c600054f970bdf94017ecf2e0e6e0a4326b. | |||
| 2023-09-11 | Fixed #34642 -- Added File.open() support for *args and **kwargs. | Yves Weissig | |
| 2023-09-07 | Fixed #31300 -- Added GeneratedField model field. | Jeremy Nauta | |
| Thanks Adam Johnson and Paolo Melchiorre for reviews. Co-Authored-By: Lily Foote <code@lilyf.org> Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-09-05 | Fixed #34730 -- Added ↵ | François Freitag | |
| django.contrib.messages.test.MessagesTestMixin.assertMessages(). | |||
| 2023-09-04 | Refs #34233 -- Bumped minimum supported version of docutils to 0.19. | Jacob Walls | |
