| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-28 | [5.0.x] Fixed typos in docs/ref/models/expressions.txt. | Sarah Boyce | |
| Backport of 8992a0489c01ac8ab7283264a315c005511323e2 from main | |||
| 2023-10-27 | [5.0.x] Doc'd writing integration tests for the system check framework. | Marc Gibbons | |
| Backport of 8d9c0e4e244111ea3839434d8812c8573cfbf00e from main | |||
| 2023-10-27 | [5.0.x] Fixed typo in docs/ref/contrib/gis/geos.txt. | Izzy Hyman | |
| Backport of c42250a7039a5ace1b482b30c6a1359b748cae65 from main | |||
| 2023-10-25 | [5.0.x] Added missing pycon directives in various docs. | Mariusz Felisiak | |
| Backport of 718b32c6918037cfc746d7867333d79a3c887a8c from main | |||
| 2023-10-25 | [5.0.x] Fixed #27403 -- Doc'd that QuerySet.prefetch_related() doesn't ↵ | Tim Bell | |
| guarantee transactional consistency. Added a note about the potential race condition in prefetch_related() that could produce an inconsistent result, one that does not correspond to any point in the database history. Backport of ee104251c403fbac83b8475163ff2ac01c567d25 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-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] 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 warning about flatpages and untrusted users. | Mariusz Felisiak | |
| Backport of 571bab98879578b6ef54ee654ead06736855767d 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-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 | 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-14 | Fixed #24561 -- Added support for callables on model fields' choices. | Natalia | |
| 2023-09-14 | Doc'd HttpResponse.cookies. | Michele Mazzucchi | |
| 2023-09-13 | Refs #31949 -- Made make_middleware_decorator to work with async functions. | Ben Lomax | |
| 2023-09-11 | Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses. | Sam Toyer | |
| 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 | |
| 2023-09-04 | Fixed #34814 -- Confirmed support for PostGIS 3.4. | Nick Pope | |
| 2023-09-01 | Fixed #34768 -- Avoided initializing colorama on non-Windows platforms. | Sulabh Katila | |
| 2023-08-31 | Refs #34712 -- Added system check for staticfiles storage in STORAGES setting. | Bruno Alla | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-authored-by: Natalia Bidart <124304+nessita@users.noreply.github.com> | |||
| 2023-08-31 | Fixed #34210 -- Added unittest's durations option to the test runner. | David Smith | |
| 2023-08-30 | Fixed #31262 -- Added support for mappings on model fields and ↵ | Nick Pope | |
| ChoiceField's choices. | |||
| 2023-08-25 | Refs #33507 -- Doc'd using UUID data type on MariaDB 10.7+ in UUIDField docs. | Mariusz Felisiak | |
| Follow up to 7cd187a5ba58d7769039f487faeb9a5a2ff05540. | |||
| 2023-08-25 | Refs #34730 -- Made Message importable from django.contrib.messages. | François Freitag | |
| 2023-08-22 | Fixed #34781 -- Updated logging ref docs for django.server's request extra ↵ | Keryn Knight | |
| context value. | |||
| 2023-08-21 | Fixed #33143 -- Raised RuntimeWarning when performing import-time queries. | Florian Zimmermann | |
| 2023-08-10 | Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle. | Jingbei Li | |
| 2023-08-09 | Refs #34233 -- Bumped required cx_Oracle to 8.3. | Mariusz Felisiak | |
| This bumps minimum supported versions of cx_Oracle to the first release to support Python 3.10. | |||
| 2023-08-05 | Fixed #34739 -- Added GEOSGeometry.equals_identical() method. | Olivier Tabone | |
| 2023-08-04 | Fixed #34760 -- Dropped support for SQLite < 3.27. | Mariusz Felisiak | |
| 2023-08-04 | Fixed #34686 -- Added support for GEOS 3.12. | Olivier Tabone | |
| 2023-08-03 | Fixed #34761 -- Dropped support for MySQL < 8.0.11. | Mariusz Felisiak | |
| 2023-08-01 | Corrected pycon formatting in some docs. | Almaz Kunpeissov | |
| 2023-08-01 | Fixed #32820 -- Added aria-invalid="true" to fields with errors. | Gregor Jerše | |
| Co-authored-by: Demetris Stavrou <demestav@gmail.com> Co-authored-by: David Smith <smithdc@gmail.com> | |||
| 2023-07-31 | Fixed #34331 -- Added QuerySet.aiterator() support for prefetch_related(). | John Parton | |
| 2023-07-28 | Fixed #34749 -- Corrected QuerySet.acreate() signature in docs. | John Parton | |
| 2023-07-27 | Simplified call_command() calls. | Nick Pope | |
| 2023-07-24 | Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration. | Bruno Alla | |
| 2023-07-21 | Added missing backticks in docs. | Mariusz Felisiak | |
