summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Expand)Author
2025-07-28Moved manual testing instructions from intro to submitting patches docs.Jordan Bae
2025-07-25Fixed #35581 -- Updated django.core.mail to Python's modern email API.Mike Edmunds
2025-07-23Fixed #36500 -- Set flake8 max-doc-length config to 79 columns.Mike Edmunds
2025-07-23Added accessibility guidelines for contributors.Thibaud Colas
2025-07-17Fixed #36163 -- Deprecated most positional arguments in django.core.mail.Mike Edmunds
2025-07-16Fixed #36477, Refs #36163 -- Added @deprecate_posargs decorator to simplify d...Mike Edmunds
2025-07-13Added Django ecosystem page to the documentation.Tim Schilling
2025-07-09Updated asgiref dependency.Carlton Gibson
2025-06-27Fixed indentation in docs/internals/howto-release-django.txt.Sarah Boyce
2025-06-27Separated creating the release and setting it as default in Trac in the post-...Sarah Boyce
2025-06-20Fixed #36152 -- Deprecated use of "%" in column aliases.Jacob Walls
2025-06-18Clarified that only latest dependency versions are valid for security reports.Jake Howard
2025-06-17Added guidance on AI-assisted security reports to docs/internals/security.txt.nessita
2025-05-23Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_r...Sarah Boyce
2025-05-13Updated guidance to propose new feature ideas in contributing docs.Lily Foote
2025-05-06Simplified artifact building steps in docs/internals/howto-release-django.txt.Natalia
2025-04-15Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.Ahmed Nassar
2025-04-04Added usage for `--since` when fetching translations in docs/internals/howto-...Natalia
2025-03-31Fixes #36215 -- Included unpacking generalization notes in coding style guide...Aarni Koskela
2025-03-25Fixed #35452 -- Deprecated orphans being more than or equal to page_size in p...wookkl
2025-03-21Documented the updating of translation catalogs in post-release tasks.Sarah Boyce
2025-03-21Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.Mike Edmunds
2025-03-19Fixed #36000 -- Deprecated HTTP as the default protocol in urlize and urlizet...Ahmed Nassar
2025-03-18Refs #35980 -- Updated internal docs for artifact upload and release via admi...Baptiste Mispelon
2025-03-03Refs #35444 -- Deprecated contrib.postgres.OrderableAggMixin.Chris Muthig
2025-03-03Fixed #35444 -- Added generic support for Aggregate.order_by.Chris Muthig
2025-02-24Added security guideline on reasonable size limitations when rendering conten...Sarah Boyce
2025-02-24Added security reporting guidelines.Sarah Boyce
2025-02-24Updated expectations for when security reports will receive a reply.Sarah Boyce
2025-02-19Fixed #35908 -- Retired the django-developers and django-users mailing lists.Sarah Boyce
2025-02-16Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).Simon Charette
2025-02-10Specified "django" repository for twine call in docs/internals/howto-release-...Mariusz Felisiak
2025-02-04Refs #35612 -- Extended docs on how the security team evaluates reports.nessita
2025-01-28Clarified the Releaser's discretion for determining and postponing the releas...Sarah Boyce
2025-01-28Updated the release process documentation to reflect the current process.Sarah Boyce
2025-01-28Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.Mariusz Felisiak
2025-01-23Clarified feature freeze tasks in docs/internals/howto-release-django.txt.nessita
2025-01-22Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing ...Baptiste Mispelon
2025-01-20Refs #32193 -- Updated python-memcached to pymemcache in contributing guide.Mariusz Felisiak
2025-01-20Fixed #36005 -- Dropped support for Python 3.10 and 3.11.Mariusz Felisiak
2025-01-15Advanced deprecation warnings for Django 6.0.Sarah Boyce
2025-01-15Removed versionadded/changed annotations for 5.1.Sarah Boyce
2025-01-08Fixed #35999 -- Removed #django IRC channel references where appropriate.Sarah Boyce
2025-01-06Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.Chris Muthig
2024-11-28Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.Jaap Roes
2024-11-27Removed trailing whitespace in docs.Adam Zapletal
2024-11-14Replaced message suggestions from IRC to Discord in contributing docs.AfiMaameDufie
2024-11-11Refs #32365 -- Removed pytz from list of test dependencies in unit test docs.Mariusz Felisiak
2024-11-06Fixed #35863 -- Replaced bold text with heading level 3 in new contributors d...ssanger
2024-11-05Clarified instructions on how to claim a ticket.Maria Hynes