| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-17 | Added guidance on AI-assisted security reports to docs/internals/security.txt. | nessita | |
| Co-authored-by: Shai Berger <shai@platonix.com> Co-authored-by: Mike Edmunds <medmunds@gmail.com> | |||
| 2025-05-23 | Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing ↵ | Sarah Boyce | |
| aprocess_request(). Regression in 50f89ae850f6b4e35819fe725a08c7e579bfd099. Thank you to shamoon for the report and Natalia Bidart for the review. | |||
| 2025-05-13 | Updated guidance to propose new feature ideas in contributing docs. | Lily Foote | |
| These changes include: * Clarification of the new feature proposal and evaluation process. * Reodering "points to consider" into reporting bugs section, since these are mostly trac-specific. * Narrowing the guide on user interface bugs and features to just bugs. * Updating documentation for Someday/Maybe triage stage. Co-authored-by: Tim Schilling <schilling711@gmail.com> Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2025-05-06 | Simplified artifact building steps in docs/internals/howto-release-django.txt. | Natalia | |
| With the recent merge of artifact build updates from https://github.com/django/django/pull/19436, there is no need to have different build instructions for 4.2. | |||
| 2025-04-15 | Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs. | Ahmed Nassar | |
| Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2025-04-04 | Added usage for `--since` when fetching translations in ↵ | Natalia | |
| docs/internals/howto-release-django.txt. | |||
| 2025-03-31 | Fixes #36215 -- Included unpacking generalization notes in coding style ↵ | Aarni Koskela | |
| guide (PEP-448). | |||
| 2025-03-25 | Fixed #35452 -- Deprecated orphans being more than or equal to page_size in ↵ | wookkl | |
| pagination. | |||
| 2025-03-21 | Documented the updating of translation catalogs in post-release tasks. | Sarah Boyce | |
| Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> | |||
| 2025-03-21 | Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings. | Mike Edmunds | |
| Previously, the ADMINS and MANAGERS settings were lists of (name, address) tuples (where the name had been unused). Deprecated use of tuples. Updated settings value sanity checks, and changed from ValueError to ImproperlyConfigured. | |||
| 2025-03-19 | Fixed #36000 -- Deprecated HTTP as the default protocol in urlize and ↵ | Ahmed Nassar | |
| urlizetrunc. | |||
| 2025-03-18 | Refs #35980 -- Updated internal docs for artifact upload and release via ↵ | Baptiste Mispelon | |
| admin site. Recent updates to djangoproject.com extended the `Release` model to support uploading and storing artifacts and checksum files. This branch updates the "How to release Django" docs to match the new release flow. | |||
| 2025-03-03 | Refs #35444 -- Deprecated contrib.postgres.OrderableAggMixin. | Chris Muthig | |
| This commit does not create any functional changes, but marks the existing `OrderableAggMixin` class as deprecated so that developers using it directly can be made aware of its future removal. | |||
| 2025-03-03 | Fixed #35444 -- Added generic support for Aggregate.order_by. | Chris Muthig | |
| This moves the behaviors of `order_by` used in Postgres aggregates into the `Aggregate` class. This allows for creating aggregate functions that support this behavior across all database engines. This is shown by moving the `StringAgg` class into the shared `aggregates` module and adding support for all databases. The Postgres `StringAgg` class is now a thin wrapper on the new shared `StringAgg` class. Thank you Simon Charette for the review. | |||
| 2025-02-24 | Added security guideline on reasonable size limitations when rendering ↵ | Sarah Boyce | |
| content via the DTL. This also removes the need to add warnings for every Django template filter. | |||
| 2025-02-24 | Added security reporting guidelines. | Sarah Boyce | |
| 2025-02-24 | Updated expectations for when security reports will receive a reply. | Sarah Boyce | |
| 2025-02-19 | Fixed #35908 -- Retired the django-developers and django-users mailing lists. | Sarah Boyce | |
| Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com> | |||
| 2025-02-16 | Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize). | Simon Charette | |
| Given there are no longer any internal usages of serialize=True and it poses a risk to non-test databases integrity it seems appropriate to deprecate it. | |||
| 2025-02-10 | Specified "django" repository for twine call in ↵ | Mariusz Felisiak | |
| docs/internals/howto-release-django.txt. It's necessary to specify a repository for `.pypirc` user configurations with multiple per-project PyPI tokens. Follow up to 26aedbbc0835df83140c7424df62bda03382f598. | |||
| 2025-02-04 | Refs #35612 -- Extended docs on how the security team evaluates reports. | nessita | |
| Co-authored-by: Shai Berger <shai@platonix.com> | |||
| 2025-01-28 | Clarified the Releaser's discretion for determining and postponing the ↵ | Sarah Boyce | |
| release date. | |||
| 2025-01-28 | Updated the release process documentation to reflect the current process. | Sarah Boyce | |
| 2025-01-28 | Refs #36005 -- Bumped minimum supported versions of 3rd-party packages. | Mariusz Felisiak | |
| This bumps minimum supported versions of 3rd-party packages to the first releases to support Python 3.12. | |||
| 2025-01-23 | Clarified feature freeze tasks in docs/internals/howto-release-django.txt. | nessita | |
| Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | |||
| 2025-01-22 | Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing ↵ | Baptiste Mispelon | |
| the Discord server. | |||
| 2025-01-20 | Refs #32193 -- Updated python-memcached to pymemcache in contributing guide. | Mariusz Felisiak | |
| Follow up to 05f3a6186efefc9fca2204a745b992501c6fd91f. | |||
| 2025-01-20 | Fixed #36005 -- Dropped support for Python 3.10 and 3.11. | Mariusz Felisiak | |
| 2025-01-15 | Advanced deprecation warnings for Django 6.0. | Sarah Boyce | |
| 2025-01-15 | Removed versionadded/changed annotations for 5.1. | Sarah Boyce | |
| This also removes remaining versionadded/changed annotations for older versions. | |||
| 2025-01-08 | Fixed #35999 -- Removed #django IRC channel references where appropriate. | Sarah Boyce | |
| Some references are replaced with links to the Django Discord server. | |||
| 2025-01-06 | Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by. | Chris Muthig | |
| Aligns the argument with SQL standards already used in Window.order_by and sets up for adding support to Aggregate. | |||
| 2024-11-28 | Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin. | Jaap Roes | |
| 2024-11-27 | Removed trailing whitespace in docs. | Adam Zapletal | |
| 2024-11-14 | Replaced message suggestions from IRC to Discord in contributing docs. | AfiMaameDufie | |
| 2024-11-11 | Refs #32365 -- Removed pytz from list of test dependencies in unit test docs. | Mariusz Felisiak | |
| Follow up to e6f82438d4e3750e8d299bfd79dac98eebe9f1e0. | |||
| 2024-11-06 | Fixed #35863 -- Replaced bold text with heading level 3 in new contributors ↵ | ssanger | |
| docs. This improves accessibility for screen reader users, see WCAG SC 1.3.1 Info and Relationships: https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html | |||
| 2024-11-05 | Clarified instructions on how to claim a ticket. | Maria Hynes | |
| 2024-11-05 | Fixed typo in docs/internals/howto-release-django.txt. | Mariusz Felisiak | |
| 2024-10-30 | Fixed #35866 -- Clarified the positioning Python magic methods on models in ↵ | maddrum | |
| the internal style guide. | |||
| 2024-10-25 | Improved the writing documentation contributing guide. | Paolo Melchiorre | |
| 2024-10-25 | Improved readability of triage workflow image by increasing its size and ↵ | mbcodes | |
| color contrast. | |||
| 2024-10-16 | Expanded contributor docs on getting feedback from the wider community. | Maryam Yusuf | |
| 2024-10-11 | Fixed #35612 -- Added documentation on how the security team evaluates reports. | Sarah Boyce | |
| Co-authored-by: Joshua Olatunji <joshua+github@etentlabs.com> | |||
| 2024-09-23 | Made cosmetic edits to the Steering council docs. | Sarah Boyce | |
| 2024-09-16 | Removed setting the release schedule from Steering Council prerogatives as ↵ | Sarah Boyce | |
| per DEP 44. | |||
| 2024-08-28 | Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test ↵ | Simon Charette | |
| suite accordingly. Over the years we've had multiple instances of hit and misses when emitting warnings: either setting the wrong stacklevel or not setting it at all. This work adds assertions for the existing warnings that were declaring the correct stacklevel, but were lacking tests for it. | |||
| 2024-08-05 | Used :pypi: role in docs where appropriate. | Mariusz Felisiak | |
| 2024-07-29 | Fixed #35546 -- Emphasised accepted ticket requirement in contributing docs. | Maryam Yusuf | |
| 2024-07-29 | Referenced joining the triage and review team as motivation to do PR reviews. | Maryam Yusuf | |
