| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-17 | [5.2.x] Fixed #36252 -- Handled duplicate automatic imports in the shell ↵ | hesham942 | |
| command. Backport of e804a07d76fc85468f27f7130ae1442fabcd650d from main. | |||
| 2025-02-20 | [5.2.x] Fixed #36200 -- Clarified MIDDLEWARE setting updates when using a ↵ | Joonas Häkkinen | |
| custom RemoteUserMiddleware. Backport of 87c5de3b7f2316aa17353d74f54e6ff19013d049 from main. | |||
| 2025-02-13 | [5.2.x] Fixed #36158 -- Refactored shell command to improve auto-imported ↵ | Natalia | |
| objects reporting. Backport of 56e23b2319cc29e6f8518f8f21f95a530dddb930 from main. | |||
| 2025-02-10 | [5.2.x] Wrapped lines at 79 cols in docs/howto/custom-shell.txt. | Natalia | |
| Backport of ca0794fa32b64ee42e9dce6df967777cb6347483 from main. | |||
| 2025-01-30 | [5.2.x] Fixed #36159 -- Removed the empty import example in the custom shell ↵ | Salvo Polizzi | |
| docs. This can be achieved with the --no-imports flag. Backport of b84478ae953d049a1da42c3d0ef3ab3a9467b649 from main. | |||
| 2025-01-09 | Fixed #35515 -- Added automatic model imports to shell management command. | Salvo Polizzi | |
| Thanks to Bhuvnesh Sharma and Adam Johnson for mentoring this Google Summer of Code 2024 project. Thanks to Sarah Boyce, David Smith, Jacob Walls and Natalia Bidart for reviews. | |||
| 2024-12-11 | Fixed #35920 -- Observed requires_system_checks in migrate and runserver. | Jacob Walls | |
| Before, the full suite of system checks was run by these commands regardless if requires_system_checks had been overridden. Co-authored-by: Simon Charette <charette.s@gmail.com> | |||
| 2024-11-19 | Fixed #35535 -- Added template tag decorator simple_block_tag(). | Jake Howard | |
| Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2024-11-14 | Fixed a typo in docs/howto/static-files/deployment.txt. | Laurence Mercer | |
| 2024-10-24 | Updated authentication solutions list on using REMOTE_USER how-to. | AfiMaameDufie | |
| 2024-10-22 | Restructured how-to docs landing page. | Daniele Procida | |
| Previously, this was a bare list of sub-pages, not in any discernible order, and hard to parse. Now the sub-pages are grouped in sections by topic. It's unlikely to be the final word on how this material is arranged, but it's a clear improvement on the existing arrangement and provides a good basis for next steps. | |||
| 2024-10-22 | Fixed example indentation in howto/overriding-templates.txt. | Mariusz Felisiak | |
| 2024-10-21 | Updated Hypercorn links in docs/howto/deployment/asgi/hypercorn.txt. | amirreza sohrabi far | |
| 2024-10-09 | Refs #34900 -- Doc'd Python 3.13 compatibility. | Mariusz Felisiak | |
| 2024-09-19 | Fixed #35748 -- Documented that fields are excluded from a ModelForm when ↵ | Clifford Gama | |
| formfield() returns None. Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | |||
| 2024-09-05 | Updated instruction for deploying with Uvicorn and Gunicorn. | SirenityK | |
| 2024-08-28 | Fixed typos in docs/howto/initial-data.txt. | Jacob Walls | |
| 2024-08-08 | Refs #35591 -- Emphasized that runserver is not suitable for production. | Andrew Miller | |
| 2024-08-05 | Used :pypi: role in docs where appropriate. | Mariusz Felisiak | |
| 2024-08-01 | Fixed #35646 -- Extended SafeExceptionReporterFilter.hidden_settings to ↵ | Markus Holtermann | |
| treat `AUTH` as a sensitive match. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2024-07-03 | Fixed #35511 -- Documented when the py binary is unavailable on Windows. | alexgmin | |
| 2024-06-09 | Replaced usage of "patch" with more precise terms in faq, howto, and intro docs. | Andreu Vallbona | |
| 2024-05-22 | Removed versionadded/changed annotations for 5.0. | Natalia | |
| This also removes remaining versionadded/changed annotations for older versions. | |||
| 2024-03-07 | Fixed typos in docstrings and docs. | cuinix | |
| Signed-off-by: cuinix <915115094@qq.com> | |||
| 2024-01-30 | Corrected BaseCommand.check() signature in docs. | evananyonga | |
| 2024-01-26 | Applied Black's 2024 stable style. | Mariusz Felisiak | |
| https://github.com/psf/black/releases/tag/24.1.0 | |||
| 2023-11-29 | Refs #25778 -- Updated some links and references to HTTPS. | Adam Johnson | |
| 2023-11-19 | Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x. | Mariusz Felisiak | |
| 2023-11-17 | Removed obsolete warnings about asgiref.sync adapters with sensitive variables. | Mariusz Felisiak | |
| Django 5.0+ required asgiref 3.7+, and this warning is obsolete for asgiref 3.7+ since https://github.com/django/asgiref/commit/be6635e0e79009e55cf7a999614186f061f9f09b. | |||
| 2023-11-15 | Removed obsolete sentence in custom model field docs. | Giannis Terzopoulos | |
| 2023-09-18 | Removed versionadded/changed annotations for 4.2. | Mariusz Felisiak | |
| This also removes remaining versionadded/changed annotations for older versions. | |||
| 2023-09-16 | Fixed typo in docs/howto/custom-file-storage.txt. | therealrinku | |
| 2023-09-01 | Fixed #34768 -- Avoided initializing colorama on non-Windows platforms. | Sulabh Katila | |
| 2023-08-04 | Fixed #15799 -- Doc'd that Storage._open() should raise FileNotFoundError ↵ | anthony kugel | |
| when file doesn't exist. | |||
| 2023-07-11 | Fixed #34309 -- Doc'd how to fully delete an app. | Marcelo Galigniana | |
| Co-authored-by: nessita <124304+nessita@users.noreply.github.com> Co-authored-by: shangxiao <shang.xiao.sanders@gmail.com> Co-authored-by: sarahboyce <42296566+sarahboyce@users.noreply.github.com> Co-authored-by: felixxm <felisiak.mariusz@gmail.com> | |||
| 2023-06-23 | Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters ↵ | Jon Janzen | |
| decorators to work with async functions. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-05-17 | Updated broken links in docs. | Mariusz Felisiak | |
| 2023-04-17 | Used extlinks for PyPI links. | Tim Graham | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2023-03-30 | Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async ↵ | Mariusz Felisiak | |
| functions." This reverts commits 23cbed21876bf02f4600c0dac3a5277db5b2afbb and 203a15cadbf8d03b51df1b28d89b2e7ab4264973. | |||
| 2023-03-22 | Doc'd use of asgiref.sync adapters with sensitive variables. | Carlton Gibson | |
| 2023-03-22 | Refs #31949 -- Adjusted error reporting docs. | Carlton Gibson | |
| 2023-03-22 | Refs #31949 -- Enabled @sensitive_variables to work with async functions. | Jon Janzen | |
| 2023-03-07 | Refs #31626 -- Noted that Daphne provides a runserver command. | Carlton Gibson | |
| 2023-03-01 | Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-28 | Refs #34140 -- Corrected rst code-block and various formatting issues in docs. | Joseph Victor Zammit | |
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 2023-01-18 | Refs #34233 -- Used str.removeprefix()/removesuffix(). | Mariusz Felisiak | |
| 2023-01-18 | Fixed #34233 -- Dropped support for Python 3.8 and 3.9. | Mariusz Felisiak | |
| 2023-01-17 | Removed versionadded/changed annotations for 4.1. | Mariusz Felisiak | |
| 2023-01-12 | Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. | Jarosław Wygoda | |
