summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-05-23Fixed #36404 -- Fixed Aggregate.filter using OuterRef.Adam Johnson
2025-05-23Fixed typo in docs/ref/forms/renderers.txt.Adam Zapletal
2025-05-23Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_r...Sarah Boyce
2025-05-20Fixed #34262 -- Added support for AnyValue for SQLite, MySQL, Oracle, and Pos...ontowhee
2025-05-19Fixed typo in docs/releases/6.0.txt.Jacob Walls
2025-05-19Fixed #36388 -- Made QuerySet.union() return self when called with no arguments.Colleen Dunlap
2025-05-16Fixed #36392 -- Raised ValueError when subquery referencing composite pk sele...Jacob Walls
2025-05-16Fixed #33312 -- Raised explicit exception when copying deferred model instances.Simon Charette
2025-05-15Added missing import in docs/ref/contrib/admin/index.txt.antoliny0919
2025-05-15Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.Jacob Walls
2025-05-15Fixed #35829 -- Updated admin icons using Font Awesome Free version 6.7.2.Pablo Bengoechea
2025-05-14Fixed #36085 -- Added JSONField support for negative array indexing on SQLite.savanto
2025-05-13Refs #36383 -- Extended DeconstructibleSerializer to support non-identifier k...Adam Johnson
2025-05-13Updated guidance to propose new feature ideas in contributing docs.Lily Foote
2025-05-13Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest.get_ful...Aleksandr Safonov
2025-05-12Fixed #36373 -- Fixed select_related() crash on foreign object for a composit...Simon Charette
2025-05-09Refs #35980 -- Added release note about changes in release artifacts filenames.Natalia
2025-05-09Removed "Expected" from release date for 5.2.1, 5.1.9, and 4.2.21.Natalia
2025-05-07Cleaned up CVE-2025-32873 security archive description.Natalia
2025-05-07Added CVE-2025-32873 to security archive.Natalia
2025-05-07Added stub release notes for 5.2.2.Natalia
2025-05-06Fixed CVE-2025-32873 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2025-05-06Simplified artifact building steps in docs/internals/howto-release-django.txt.Natalia
2025-05-02Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary ...Clifford Gama
2025-04-30Made cosmetic edits and added upcoming security release to release notes.Natalia
2025-04-30Fixed #36357 -- Skipped unique_together in inspectdb output for composite pri...Baptiste Mispelon
2025-04-30Fixed #36358 -- Corrected introspection of composite primary keys on SQLite.Simon Charette
2025-04-30Fixed #36360 -- Fixed QuerySet.update() crash when referring annotations thro...Simon Charette
2025-04-27Fixed #35931 -- Documented fields and methods of the FlatPage model.koresi
2025-04-27Fixed #18296 -- Created missing custom target directory for startproject and ...Bruno Alla
2025-04-27Fixed #36346 -- Removed outdated section about the threaded option in Oracle ...9r0k
2025-04-27Fixed #36335 -- Fixed typo in docs/topics/db/managers.txt.dbogar89
2025-04-24Fixed #36309 -- Made email alternatives and attachments pickleable.nessita
2025-04-23Refs #36341 -- Added release notes for 5.1.9 and 4.2.21 for fix in wordwrap t...nessita
2025-04-23Fixed #36341 -- Preserved whitespaces in wordwrap template filter.Matti Pohjanvirta
2025-04-22Fixed #36331 -- Reverted "Fixed #36055 -- Prevented overlap of object-tools b...antoliny0919
2025-04-17Fixed #36326 -- Added CompositePrimaryKey support in QuerySet.raw().SaJH
2025-04-17Fixed #36314 -- Fixed MinimumLengthValidator error message translation.Ahmed Nassar
2025-04-16Americanized some spellings.Adam Johnson
2025-04-15Replaced '' with * for consistent emphasis styling in docs/howto/custom-templ...Natalia
2025-04-15Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.Ahmed Nassar
2025-04-15Refs #36311 -- Unified spelling of "flatpage" in docs/ref/contrib/flatpages.txt.Ahmed Nassar
2025-04-15Fixed #36269 -- Documented how to test callable storage in FileField.Ahmed Nassar
2025-04-15Fixed #35993 -- Documented gettext f-string support limitations.Ahmed Nassar
2025-04-12Fixed #36320 -- Ignored "duplicated_toc_entry" for ePub docs build.Baptiste Mispelon
2025-04-11Fixed #36288 -- Addressed improper handling of duplicates in values_list().Simon Charette
2025-04-08Clarified `url` and `name` arguments in flatpages URLconf ref docs.Clifford Gama
2025-04-08Added missing closing parenthesis in docs/ref/contrib/flatpages.txt.Natalia
2025-04-07Fixed #36301 -- Fixed select_for_update(of) crash when using values()/values_...Simon Charette
2025-04-07Fixed #36298 -- Truncated the overwritten file content in file_move_safe().Sarah Boyce