summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-06Refs #34975 -- Removed unnecessary lookups.In.get_refs().Simon Charette
2025-02-06Fixed #36025 -- Fixed re-aliasing of iterable (in/range) lookups rhs.Simon Charette
2025-02-06Fixed #36061 -- Added migration support for ManyToManyField.through_fields.brian
2025-02-06Fixed #35677 -- Avoided non-sticky filtering of prefetched many-to-many.Simon Charette
2025-02-06Refs #22997 -- Prevented requesting a default value for auto fields.Ben Cail
2025-02-05Fixed #36165 -- Made PostgreSQL's SchemaEditor._delete_index_sql() respect th...Natalia
2025-02-05Added stub release notes for 5.1.7.Natalia
2025-02-05Added release date for 5.1.6, 5.0.12, and 4.2.19.Natalia
2025-02-04Clarified docs for default email value in UserManager.create_user().amirreza sohrabi far
2025-02-04Refs #35612 -- Extended docs on how the security team evaluates reports.nessita
2025-02-04Fixed #36069 -- Fixed the delete button position in TabularInlines.antoliny0919
2025-02-04Fixed #36055 -- Prevented overlap of object-tools buttons and page header in ...antoliny0919
2025-02-04Fixed #36058 -- Refactored SpatialRefSysMixin.srs to use cached_property.Arnaldo Govenem
2025-02-03Refs #36036 -- Added support for GEOSHasM.Andrew Harris
2025-02-03Fixed #36135 -- Fixed reverse GenericRelation prefetching.Simon Charette
2025-02-01Fixed #36140 -- Allowed BaseUserCreationForm to define non required password ...nessita
2025-02-01Fixed #36162 -- Fixed the `black` Makefile docs rule to work on macOS.Mike Edmunds
2025-02-01Fixed #36088 -- Avoided unnecessary DEFAULT usage on bulk_create().Simon Charette
2025-02-01Bumped versions in pre-commit and npm configurations.Mariusz Felisiak
2025-01-31Fixed #36119 -- Fixed UnicodeEncodeError when attaching a file with 8bit Cont...greg
2025-01-30Tweaked docs to avoid reformatting given new black version.nessita
2025-01-30Fixed #35235 -- Removed caching of BaseExpression._output_field_or_none.sharonwoo
2025-01-30Fixed #36121 -- Allowed customizing the admin site password change form.Mohammadreza Eskandari
2025-01-30Fixed #36155 -- Improved error handling when annotate arguments require an al...Vinko Mlačić
2025-01-30Fixed #36159 -- Removed the empty import example in the custom shell docs.Salvo Polizzi
2025-01-29Fixed #36118 -- Accounted for multiple primary keys in bulk_update max_batch_...Sarah Boyce
2025-01-28Pinned isort version to "<6.0.0" to avoid undesired reformat.nessita
2025-01-28Clarified the Releaser's discretion for determining and postponing the releas...Sarah Boyce
2025-01-28Fixed #36122 -- Raised FieldError when updating with composite reference value.Simon Charette
2025-01-28Updated the release process documentation to reflect the current process.Sarah Boyce
2025-01-28Fixed #36120 -- Raised FieldError when targeting a composite primary key fiel...Jacob Walls
2025-01-28Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.Mariusz Felisiak
2025-01-27Fixed #36109 -- Fixed RecursionError when stacking FilteredRelation joins.Peter DeVita
2025-01-27Captured stderr during admin_docs test.Adam Zapletal
2025-01-25Fixed #36111 -- Fixed test --debug-sql crash on Oracle when no prior query ha...Jacob Walls
2025-01-24Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.Clifford Gama
2025-01-23Refs #470 -- Fixed field_defaults test failures due to year-end boundary cond...Jacob Walls
2025-01-23Clarified feature freeze tasks in docs/internals/howto-release-django.txt.nessita
2025-01-23Fixed #36010 -- Avoided touching mo files while checking writability.Claude Paroz
2025-01-23Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.Mike Edmunds
2025-01-23Refs #27674 -- Removed unused GIS icons.Claude Paroz
2025-01-22Fixed #36125 -- Switched docs to use chat.djangoproject.com when referencing ...Baptiste Mispelon
2025-01-22Fixed #36114 -- Fixed link visibility when list_display_links field contains ...antoliny0919
2025-01-22Switched to pull_request_target event trigger in the Labels Github action.Sarah Boyce
2025-01-22Fixed #24529 -- Allowed double squashing of migrations.Georgi Yanchev
2025-01-22Refs #24529 -- Added replace_migration hook to MigrationLoader.Georgi Yanchev
2025-01-22Fixed #36117 -- Raised ValueError when providing composite expressions to cas...Simon Charette
2025-01-22Refs #36042 -- Consolidated composite expression checks in BaseExpression.Simon Charette
2025-01-21Refs 35653 -- Clarified docs for EMAIL_SSL_CERTFILE and EMAIL_SSL_KEYFILE set...Igor Scheller
2025-01-21Moved permissions setup to toplevel for the Labels Github action.nessita