summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
7 daysFixed #29969 -- Omitted inlines without add permission on save-as-new.Jakob Friedrich
8 daysUpdated translations from Transifex.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-15307 -- Blocked raster strings and dicts in spatial lookups.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
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-24Fixed #37160 -- Made admin views raise PermissionDenied consistently.Natalia
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-20Fixed #36694 -- Restored missing Index options in PostGISSchemaEditor._create...Clifford Gama
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-13Fixed #37178 -- Moved MiddlewareMixin out of utils.deprecation.CharulL00
2026-07-10Fixed #36864 -- Supported modules and submodules in import_string().Leland
2026-07-08Fixed #36621 -- Fixed arrow buttons position in admin filter_vertical widget.antoliny0919
2026-07-06Fixed CVE-2026-53877 -- Prevented heap buffer over-read when creating GDALRas...Jacob Walls
2026-06-26Clarified "plaintext" vs. "plain-text" in password hashers docs.Mike Edmunds
2026-06-26Fixed #37184 -- Allowed non-UTF-8 bytes passwords in the PBKDF2 and MD5 passw...Jacob Walls
2026-06-24Refs #36984 -- Preserved translator comment on separator string.Jacob Walls
2026-06-18Fixed #37168 -- Made admin display database defaults as empty values.Mariusz Felisiak
2026-06-17Fixed #37176 -- Made Action importable from django.contrib.admin.Mariusz Felisiak
2026-06-16Fixed #37163 -- Optimized @user_passes_test async checking.Adam Johnson
2026-06-11Fixed #36969, #35371 -- Reduced false positives in strings during collectstatic.James Bligh
2026-06-11Fixed #36979 -- Made GenericInlineModelAdmin.get_formset() use get_exclude().Manas225
2026-06-10Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.zhengkangyang
2026-06-05Fixed #36984 -- Made inline formset error messages respect delete_confirmatio...Karolis Ryselis
2026-06-02Updated source translation catalogs.Jacob Walls
2026-06-02Updated translations from Transifex.Jacob Walls
2026-06-02Refs #36439 -- Added missing thread_sensitive=False to dummy password hasher ...Jacob Walls
2026-06-01Refs #28800 -- Lifted some url functions from admindocs into urls.utils.Chris Rose
2026-06-01Updated translations from Transifex.Jacob Walls
2026-06-01Fixed #36436 -- Made CookieStorage.signer attribute private.Skyiesac
2026-05-28Fixed #36225 -- Coped with lack of get_by_natural_key() in createsuperuser.babbitt
2026-05-27Fixed #37019 -- Updated login() and logout() to set request.auser.vishwa
2026-05-26Bumped versions in pre-commit and npm configurations.Jacob Walls
2026-05-22Fixed #37117 -- Used ModelAdmin.get_queryset() for change form actions.Natalia
2026-05-20Increased the default PBKDF2 iterations for Django 6.2.Sarah Boyce
2026-05-20Fixed #37091 -- Confirmed support for GDAL 3.13.Milad Zarour
2026-05-20Fixed #36458 -- Trapped focus in the admin calendar and clock widgets.Skyiesac
2026-05-20Refs #12090 -- Aligned admin change form and list minimum permission to run a...Sarah Boyce
2026-05-20Fixed #37105 -- Disallowed admin change form actions on different objects.Sarah Boyce
2026-05-18Fixed #36825 -- Extended admin templates so CSP nonce is included if available.Johannes Maron
2026-05-13Fixed #37094 -- Replaced "Go" with "Run" in list_editable alert message.Jacob Walls