| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-01 | [5.0.x] Fixed typo in docs/topics/db/managers.txt. | Ebram Shehata | |
| Backport of 2152246c0a4408df7716c84b20bd0fa79a31179b from main | |||
| 2024-01-31 | [5.0.x] Fixed #35156 -- Removed outdated note about not supporting foreign ↵ | Ben Cail | |
| keys by SQLite. Backport of b3dc80682e678b20c89fb2a430c0bc77960a29ac from main | |||
| 2024-01-29 | [5.0.x] Fixed #35141 -- Clarified the expected type of ↵ | Alexander Lazarević | |
| CACHE_MIDDLEWARE_SECONDS setting. Backport of a5365339eaee043895a79dbbdd7462f1399136e5 from main | |||
| 2024-01-26 | [5.0.x] Applied Black's 2024 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/24.1.0 Backport of 305757aec19c9d5111e4d76095ae0acd66163e4b from main | |||
| 2024-01-22 | [5.0.x] Fixed typo in docs/topics/auth/default.txt. | Adrienne Franke | |
| Backport of 8570e091d025c4aacc6b76597a3322030c2f8162 from main | |||
| 2024-01-20 | [5.0.x] Updated "Dive Into Python" links. | Emmanuel Katchy | |
| Backport of 12ffcfc350a19bbfbc203126a9b6c84b5e0d0ba2 from main | |||
| 2024-01-09 | [5.0.x] Made management command examples more consistent in docs. | evananyonga | |
| Backport of ec7651586d2d94e1ccd8f905c6a3776ad936b62d from main | |||
| 2024-01-02 | [5.0.x] Fixed #35072 -- Corrected Field.choices description in models topic. | Zowie Beha | |
| Backport of 8fcd7b01eec85a509762dd8dbb3a27b7ab521e94 from main | |||
| 2023-12-20 | [5.0.x] Fixed #35015 -- Updated MySQL notes in migrations topic. | Nicolas Lupien | |
| Backport of d4c583682e7afc2b4e953b8c85af17f1c1514ba9 from main | |||
| 2023-11-17 | [5.0.x] Removed obsolete warnings about asgiref.sync adapters with sensitive ↵ | Mariusz Felisiak | |
| variables. Django 5.0+ required asgiref 3.7+, and this warning is obsolete for asgiref 3.7+ since https://github.com/django/asgiref/commit/be6635e0e79009e55cf7a999614186f061f9f09b. Backport of 594873befbbec13a2d9a048a361757dd3cf178da from main | |||
| 2023-11-16 | [5.0.x] Refs #32819 -- Used auto_id instead of id_for_label as unique ↵ | David Smith | |
| identifier for the field. `id_for_label` is blank for widgets with multiple inputs such as radios and multiple checkboxes. Therefore , `help_text` for fields using these widgets cannot currently be associated using `aria-describedby`. `id_for_label` is being used as a guard to avoid incorrectly adding `aria-describedby` to those widgets. This change uses `auto_id` as the unique identified for the fields `help_text`. A guard is added to avoid incorrectly adding `aria-describedby` to inputs by checking the widget's `use_fieldset` attribute. Fields rendered in a `<fieldset>` should have `aria-describedby` added to the `<fieldset>` and not every `<input>`. Backport of 292f1ea90f90ff140617299a25884c8fda24aa64 from main | |||
| 2023-11-15 | [5.0.x] Fixed #34970 -- Clarified Password Validation docs regarding the ↵ | Markus Amalthea Magnuson | |
| password_changed callback. Backport of 61c305f298da1b4079a80721c861d0663dc8717e from main | |||
| 2023-10-30 | [5.0.x] Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt. | Natalia | |
| Backport of 9b18af4f6f12b9d25157e0b5afc3dca198f6dd06 from main | |||
| 2023-10-30 | [5.0.x] Refs #15578 -- Made cosmetic edits to fixtures docs. | Natalia | |
| Backport of b412e5645a65a632f0147e50ceecb60acd33bb4d from main | |||
| 2023-10-30 | [5.0.x] Fixed typo in docs/topics/forms/index.txt. | Mariusz Felisiak | |
| Backport of 46df3ab244e1688bd186f0bfbfea6a354097a910 from main | |||
| 2023-10-27 | [5.0.x] Fixed #30601 -- Doc'd the need to manually revert all app state on ↵ | lufafajoshua | |
| transaction rollbacks. Backport of aa80b357fbef46e5b6faa08d63bcfd4fe21f3776 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-26 | [5.0.x] Fixed #15578 -- Stated the processing order of fixtures in the ↵ | Leo Suarez | |
| fixtures docs. Also, added details about loading multiple fixtures and unified line wrapping at 79 cols. Co-Authored-By: Aniketh Babu <anikethbabu@gmail.com> Co-Authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-Authored-By: Natalia Bidart <124304+nessita@users.noreply.github.com> Backport of 334dc073b1d9c89692aa5b11d362fb1cceae7a4a from main | |||
| 2023-10-25 | [5.0.x] Added missing pycon directives in various docs. | Mariusz Felisiak | |
| Backport of 718b32c6918037cfc746d7867333d79a3c887a8c 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-02 | [5.0.x] Fixed #32602 -- Clarified wording of TestCase class. | faishalmanzar | |
| Backport of f4e72e6523e6968d9628dfbff914ab57dbf19e6b from main | |||
| 2023-09-14 | Refs #15619 -- Removed deprecated annotation about logging out via GET requests. | Mariusz Felisiak | |
| Follow up to 6c57c08ae52f86df843fccb5a3c1c6c45a10a26f. | |||
| 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-11 | Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses. | Sam Toyer | |
| 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-30 | Fixed #34757 -- Added support for following redirects to AsyncClient. | Olivier Tabone | |
| 2023-08-24 | Avoided counting exceptions in AsyncClient docs. | Mariusz Felisiak | |
| Follow up to ad6bb20557f5c87de26aeb3afb061af942a8cc17. | |||
| 2023-08-23 | Improved formset docs by using a set instead of a list in the custom ↵ | Luca Allulli | |
| validation example. | |||
| 2023-08-10 | Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle. | Jingbei Li | |
| 2023-07-24 | Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts. | Olivier Tabone | |
| 2023-07-22 | Fixed formatting typo in docs/topics/forms/index.txt. | Carlton Gibson | |
| 2023-07-21 | Added missing backticks in docs. | Mariusz Felisiak | |
| 2023-07-10 | Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async ↵ | Ben Lomax | |
| functions. | |||
| 2023-07-10 | Refs #31949 -- Mentioned @sensitive_variables/sensitive_post_parameters ↵ | Mariusz Felisiak | |
| decorators in async topic. Follow up to 38e391e95fe5258bc6d2467332dc9cd44ce6ba52. | |||
| 2023-07-10 | Refs #31949 -- Made @csrf_exempt decorator to work with async functions. | Ben Lomax | |
| 2023-07-06 | Fixed #32819 -- Established relationship between form fields and their help ↵ | Gregor Jerše | |
| text. Thanks Nimra for the initial patch. Thanks Natalia Bidart, Thibaud Colas, David Smith, and Mariusz Felisiak for reviews. | |||
| 2023-06-27 | Fixed #34391 -- Added async-compatible interface to auth functions and ↵ | Jon Janzen | |
| related methods test clients. | |||
| 2023-06-26 | Refs #34233 -- Bumped minimum supported version of Selenium to 4.8.0. | Mariusz Felisiak | |
| This bumps minimum supported versions of selenium to the first release to support Python 3.10. | |||
| 2023-06-26 | Refs #31949 -- Made http decorators to work with async functions. | th3nn3ss | |
| 2023-06-16 | Fixed typo in docs/topics/db/fixtures.txt. | Ashwin Dharne | |
| 2023-06-13 | Refs #30220 -- Bumped required version of Selenium to 3.8.0. | Mariusz Felisiak | |
| Follow up to 8d010f39869f107820421631111417298d1c5bb9. | |||
| 2023-06-07 | Fixed #30355 -- Doc'd interaction between custom managers and ↵ | Akash Kumar Sen | |
| prefetch_related(). | |||
| 2023-06-03 | Refs #23528 -- Made cosmetic edits to swappable_dependency() docs. | Mariusz Felisiak | |
| 2023-06-02 | Fixed #23528 -- Doc'd django.db.migrations.swappable_dependency(). | DevilsAutumn | |
| 2023-05-23 | Refs #31949 -- Made @no_append_slash decorator to work with async functions. | Ben Lomax | |
| 2023-05-22 | Fixed references to django.core.cache in docs. | Sarah Boyce | |
| 2023-05-20 | Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to ↵ | Ben Lomax | |
| work with async functions. | |||
