summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
3 daysFixed #37257, Refs #35738 -- Prevented double-dot deprecation warnings for te...Adam Johnson
6 daysRefs #36905 -- Corrected safe param in JSONResponse signature in docs.Aslan Osmanov
7 daysFixed #29969 -- Omitted inlines without add permission on save-as-new.Jakob Friedrich
8 daysUpdated translations from Transifex.Jacob Walls
8 daysFixed #37224 -- Skipped questioner for field changes on unmanaged models.Vishy
9 daysFixed #37239 -- Cleared stale db_default when pk comes from related object.Jacob Walls
9 daysRefs #36735 -- Added DatabaseFeatures.supports_uuid4_function_in_default feat...Jacob Walls
9 daysFixed CVE-2026-15920 -- Made display_for_field() validate URLs before renderi...Natalia
9 daysFixed CVE-2026-15830 -- Mitigated potential DoS via nested geometry collections.Jacob Walls
9 daysFixed CVE-2026-15337 -- Mitigated potential DoS in check_for_language().Natalia
9 daysFixed CVE-2026-15307 -- Blocked raster strings and dicts in spatial lookups.Jacob Walls
10 daysRefs #28586 -- Renamed RAISE fetch mode to FETCH_RAISE.Jacob Walls
11 daysFixed #37242 -- Fixed reading null time fields in LayerMapping.Jacob Walls
13 daysFixed #36626 -- Preserved milliseconds in DataSource time fields.Francesco Bruni
13 daysFixed #37236 -- Allowed altering spatial indexes on RasterField.Mariano Baragiola
13 daysFixed #27734 -- Made parallel test workers reuse database clones of exited wo...Ahmed Mohamed
13 daysFixed #37238 -- Prevented fallback to python default for a pk with a db_default.Jacob Walls
13 daysFixed #37235 -- Added compatibility for sqlparse 0.5.5.Sarah Boyce
13 daysFixed #37240 -- Fixed simplify_regex() with multiple unnamed groups.SEPURI-SAI-KRISHNA
2026-07-29Fixed #37234 -- Fixed bulk_create() for late-saved related primary keys.Filip Sedlák
2026-07-29Fixed #27752 -- Fixed ordering by Model.__str__ in the admin.VIZZARD-X
2026-07-29Fixed #37233 -- Prevented sort controls for unordered __str__ admin columns.Akshat Sparsh
2026-07-28Fixed #37230 -- Fixed a crash for second-degree relations in ModelAdmin.list_...Zubair Hassan
2026-07-27Refs #22712 -- Restored django.contrib.staticfiles.finders.BaseFinder.find().Nick Pope
2026-07-27Fixed #37198 -- Fixed content_disposition_header() quoting of filenames endin...Vishy
2026-07-24Fixed #37160 -- Made admin views raise PermissionDenied consistently.Natalia
2026-07-24Fixed subject/verb agreement in DecimalValidator messages.Mike Edmunds
2026-07-24Fixed minor typos and grammatical errors in docs and docstrings.Jacob Walls
2026-07-23Updated source translation catalogs.Jacob Walls
2026-07-23Fixed #36027 -- Made error response rendering thread-sensitive.Carlton Gibson
2026-07-23Fixed #37203 -- Used normalized field names for composite pks in inspectdb.mundur
2026-07-23Refs #37203 -- Escaped introspection error comments in inspectdb.mundur
2026-07-21Fixed #36229 -- Improved SVG icon color contrast in django/views/templates/de...Phinart98
2026-07-20Fixed #36694 -- Restored missing Index options in PostGISSchemaEditor._create...Clifford Gama
2026-07-17Fixed #35875 -- Added dark mode support to technical 404 and 500 error views.Harvey Bellini
2026-07-16Fixed #32915 -- Suppressed fewer ImportErrors in management commands.Ben Cail
2026-07-14Fixed #37210 -- Logged cached_db session cache delete failures.vismaytiwari
2026-07-13Fixed #37187, #37190 -- Pointed ModelAdmin warnings to the deprecated code.Mike Edmunds
2026-07-13Refs #37187 -- Implemented warn_about_implementation() deprecation utility.Mike Edmunds
2026-07-13Fixed #37178 -- Moved MiddlewareMixin out of utils.deprecation.CharulL00
2026-07-13Fixed #29303 -- Avoided mutating original view in non_atomic_requests().Sina Chaichi Maleki
2026-07-10Fixed #36864 -- Supported modules and submodules in import_string().Leland
2026-07-10Fixed #35813 -- Made migrations track all changes to unmanaged models.Hanny
2026-07-08Fixed #36621 -- Fixed arrow buttons position in admin filter_vertical widget.antoliny0919
2026-07-08Fixed #17631 -- Handled fields and files with the same name in encode_multipa...anurag629
2026-07-07Refs #36983 -- Skipped GC specific tests when GIL disabled.Carlton Gibson
2026-07-06Fixed CVE-2026-53878 -- Prevented newlines from being accepted in DomainNameV...Natalia
2026-07-06Fixed CVE-2026-53877 -- Prevented heap buffer over-read when creating GDALRas...Jacob Walls
2026-07-06Fixed CVE-2026-48588 -- Prevented caching of responses that set cookies and v...Natalia
2026-07-06Fixed #37122 -- Updated JSONField has_changed method to check for disabled st...FrickWu