summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2026-04-02Fixed #36949 -- Improved RelatedFieldWidgetWrapper <label>s.David Smith
2026-04-02Fixed #37017 -- Fixed setting or clearing of request.user after alogin/alogou...Jacob Walls
2026-04-01Fixed #37004 -- Used QuerySet.totally_ordered in BaseModelFormSet.get_queryse...Rodrigo Vieira
2026-03-30Refs #36770 -- Guarded against an endless wait in LiveServerThread.terminate().Jacob Walls
2026-03-26Refs #36913 -- Maintained error message determinism in MultipleChoiceField.va...afenoum
2026-03-25Fixed #36913 -- Optimized MultipleChoiceField.validate().afenoum
2026-03-24Refs #36494 -- Prevented crash in JSONField numeric lookups with expressions.Vignesh Anand
2026-03-24Fixed #36976 -- Made admin action counter a live region for screen readers.davitacols
2026-03-24Fixed #36985 -- Skipped CreateExtension backwards operation on non-PostgreSQL...varunkasyap
2026-03-20Fixed #36960 -- Enabled the use of psycopg 3's optimized timestamp loader.Aarni Koskela
2026-03-19Fixed #36958 -- Reloaded logging config when logging settings are changed in ...SnippyCodes
2026-03-19Refs #36795 -- Deprecated SQLCompiler.quote_name_unless_alias().Simon Charette
2026-03-19Refs #36795 -- Removed unnecessary prohibits_dollar_signs_in_column_aliases f...Simon Charette
2026-03-19Fixed #36795 -- Enforced quoting of all database object names.Simon Charette
2026-03-18Fixed #36926 -- Made admin use boolean icons for related BooleanFields in lis...huwaiza tahir
2026-03-18Fixed #36987 -- Observed prepared argument in UUIDField.get_db_prep_value().Jacob Walls
2026-03-17Fixed #36939 -- Avoided weakref.finalize in Signal.connect().Juho Hautala
2026-03-16Fixed #36859 -- Made assertContains and assertNotContains idempotent for stre...Baptiste Mispelon
2026-03-16Fixed #36894 -- Added TypeError for conflicting arguments in mail APIs.Praful Gulani
2026-03-16Fixed #36906 -- Handled coalescing JSON-primitive strings and JSON values on ...Kanin Kearpimy
2026-03-13Fixed #36927 -- Optimized Field.deconstruct().Adam Johnson
2026-03-13Fixed #36966 -- Fixed ValueError when `query_params` and `follow` are used on...Marc Gibbons
2026-03-13Fixed #36885 -- Fixed long verbose names in admin filter sidebar breaking lay...Muhammad Usman
2026-03-12Refs #36727 -- Factored out _must_transform_value() in BaseSpatialOperations.Simon Charette
2026-03-12Fixed #36727 -- Deprecated Field.get_placeholder in favor of get_placeholder_...Simon Charette
2026-03-12Encapsulated loop logic to avoid leaking module-level variables.Emmanuel Ferdman
2026-03-11Refs #28455 -- Avoided QuerySet cloning for Prefetch() when queryset is not p...Keryn Knight
2026-03-11Refs #28455 -- Avoided QuerySet cloning in simple prefetch_related() usages.Keryn Knight
2026-03-11Refs #28455 -- Implemented private API methods for preventing QuerySet cloning.Keryn Knight
2026-03-10Fixed #36943 -- Preserved any exception from URLconf module in autoreloader.varunkasyap
2026-03-09Refactored PatternLookup to improve readability.Tim Graham
2026-03-09Fixed #36293 -- Avoided buffering streaming responses in GZipMiddleware.farhan
2026-03-08Added DatabaseFeatures.pattern_lookup_needs_param_pattern.Tim Graham
2026-03-08Fixed #12529 -- Fixed migrate --run-syncdb crash for existing model with trun...Mariusz Felisiak
2026-03-06Fixed #36940 -- Fixed script name edge case in ASGIRequest.path_info.khadyottakale
2026-03-06Fixed #36968 -- Improved error message when collectstatic can't find a refere...James Bligh
2026-03-06Fixed #36679 -- Fixed Basque date formats to use parenthetical declension suf...Unai Loidi
2026-03-06Refs #28877 -- Added special ordinal context when humanizing value 1.Julien Palard
2026-03-05Corrected local name for Basque in django/conf/locale/__init__.py.Julie Rymer
2026-03-04Fixed #21080 -- Ignored urls inside comments during collectstatic.James Bligh
2026-03-03Fixed #36887 -- Improved admin changelist layout for object-tools button.Jacob Walls
2026-03-03Fixed CVE-2026-25674 -- Prevented potentially incorrect permissions on file s...Natalia
2026-03-03Fixed CVE-2026-25673 -- Simplified URLField scheme detection.Natalia
2026-03-02Fixed #36961 -- Fixed TypeError in deprecation warnings if Django is imported...Jacob Walls
2026-03-02Refs #35381 -- Moved JSONNull to django.db.models.expressions.Clifford Gama
2026-02-28Added DatabaseOperations.convert_trunc_expression() hook.Tim Graham
2026-02-28Refs #36513 -- Fixed font-color to also apply to select options in TabularInl...Antoliny0919
2026-02-28Fixed #36914 -- Fixed background-color to also apply to select options in Tab...Antoliny0919
2026-02-27Fixed #36946 -- Respected test database name when running tests in parallel o...S​age Abdullah
2026-02-27Refs #35972 -- Returned params in a tuple in further expressions.Jacob Walls