summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
12 daysRefs #28586 -- Added DEFAULT_FETCH_MODE module constant.Jacob Walls
12 daysFormatted JavaScript files.Tom Carrick
12 daysAdded support for nested fields to XML deserializer.Tim Graham
13 daysFixed #37047 -- Fixed crash in Query.orderby_issubset_groupby for descending ...Anže Pečar
13 daysRemoved OrderedDict representer from PyYAML serializer.Tim Graham
13 daysFixed #37024 -- Made SITE_ID system check validation use Site._meta.pk.Tim Graham
13 daysRefs #36986 -- Replaced yaml's Serializer._value_from_field() time handling w...Tim Graham
13 daysReplaced yaml serializer workaround to preserve dict order with PyYAML's sort...Tim Graham
13 daysFixed #37036 -- Added missing flat=True arg in DeferredAttribute.fetch_many().garybadwal
13 daysFormatted CSS files.Tom Carrick
14 daysFixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.Mariusz Felisiak
2026-04-16Added DatabaseFeatures.disallowed_simple_test_case_connection_methods.Tim Graham
2026-04-14Fixed #27150 -- Made base File objects truthy by default.VIZZARD-X
2026-04-14Fixed #37029 -- Corrected placement of </div> in change_list.html's paginatio...Tim Graham
2026-04-08Refs #35440 -- Optimized parse_header_parameters() for the simplest case.Pravin Kamble
2026-04-08Removed PY38 and PY39 version constants.Jacob Walls
2026-04-07Fixed #37021 -- Added Permission.user_perm_str property.mariatta
2026-04-07Fixed #36816 -- Allowed **kwargs in @task decorator.Nilesh Kumar Pahari
2026-04-07Fixed CVE-2026-33034 -- Enforced DATA_UPLOAD_MAX_MEMORY_SIZE on body size in ...Natalia
2026-04-07Fixed CVE-2026-33033 -- Mitigated potential DoS in MultiPartParser.Natalia
2026-04-07Fixed CVE-2026-4292 -- Disallowed instance creation via ModelAdmin.list_edita...Jacob Walls
2026-04-07Fixed CVE-2026-4277 -- Checked add permissions in GenericInlineModelAdmin.Jacob Walls
2026-04-07Fixed CVE-2026-3902 -- Ignored headers with underscores in ASGIRequest.Jacob Walls
2026-04-06Fixed #37023 -- Made XML serializer put each ManyToManyField object on its ow...Tim Graham
2026-04-06Refs #37023 -- Removed hardcoded indent levels from XML serializer.Tim Graham
2026-04-06Fixed #37009 -- Fixed alignment of "Show/Hide counts" icons in admin changelist.kyb
2026-04-03Fixed #37016 -- Avoided propagating invalid arguments from When() to Q().varunkasyap
2026-04-02Fixed #36973 -- Made fields.E348 check detect further clashes between manager...Clifford Gama
2026-04-02Fixed #20024 -- Fixed handling of __in lookups with None in exclude().Eddy Adegnandjou
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