summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2025-10-03Fixed #36623 -- Dropped support for PostgreSQL 14 and PostGIS 3.1.Mariusz Felisiak
2025-09-22Refs #33783 -- Added IsEmpty GIS database function and __isempty lookup on Sp...David Smith
2025-09-18Refs #28586 -- Split descriptor from GenericForeignKey.Adam Johnson
2025-09-18Updated source translation catalogs.Natalia
2025-09-18Updated translations from Transifex.Natalia
2025-09-17Increased the default PBKDF2 iterations for Django 6.1.Jacob Walls
2025-09-17Refs #36390 -- Removed support for RemoteUserMiddleware subclasses missing ap...Jacob Walls
2025-09-17Refs #35444 -- Removed contrib.postgres aggregates ordering kwarg per depreca...Jacob Walls
2025-09-17Refs #35530 -- Removed request.user or auser() fallback in auth.login and aut...Jacob Walls
2025-09-17Refs #22712 -- Removed all parameter from django.contrib.staticfiles.finders....Jacob Walls
2025-09-17Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget chosen ...antoliny0919
2025-09-16Fixed #28041 -- Added Lexeme expression to contrib.postgres.search.GappleBee
2025-09-15Refs #27489 -- Made RenamePermission() operation respect database.David Sanders
2025-09-11Fixed #36603 -- Optimized check order in LoginRequiredMiddleware.Adam Johnson
2025-09-04Fixed #36578, Refs #35791 -- Ensured inline delete icon scales and stays cent...Sarah Boyce
2025-08-29Refs #34624 -- Changed RedirectAdmin to use a Select widget for the site field.SaJH
2025-08-29Fixed #34624 -- Removed change, delete, and view buttons for non-Select widge...SaJH
2025-08-27Fixed #36577 -- Removed obsolete try-except for GIS layermapping imports.Adam Johnson
2025-08-27Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.consta...Sarah Boyce
2025-08-26Fixed #36556 -- Fixed TabularInline width overflowing the page.antoliny0919
2025-08-25Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in fav...SaJH
2025-08-22Refs #35530 -- Corrected deprecation message in auth.alogin().Mariusz Felisiak
2025-08-22Fixed #36558, Refs #36366 -- Fixed the "show all" link hover styling in admin...antoliny0919
2025-08-21Refs #36366 -- Fixed page number layout in admin pagination on small screens.antoliny0919
2025-08-21Fixed #36382 -- Confirmed support for GDAL 3.11.David Smith
2025-08-20Refs #35303 -- Made small optimizations in alogout() and aget_user().Mariusz Felisiak
2025-08-20Fixed #36561 -- Used request.auser() in contrib.auth.aupdate_session_auth_has...Xinyi Rong
2025-08-19Fixed #27489 -- Renamed permissions upon model renaming in migrations.Artyom Kotovskiy
2025-08-19Fixed #35892 -- Supported Widget.use_fieldset in admin forms.antoliny0919
2025-08-17Refs #36528 -- Fixed link underline typo in CSS.Antoliny Lee
2025-08-16Refs #31123 -- Simplified create_contentypes().Nick Pope
2025-08-13Fixed #35924 -- Removed the "choose/remove all" button icons in the FilteredS...antoliny0919
2025-08-08Fixed #36525 -- Silenced individual deleted file messages in collectstatic --...James Bligh
2025-08-08Fixed #36540 -- Updated request.auser() in contrib.auth.alogin() and contrib....Xinyi Rong
2025-08-08Fixed typo in django/contrib/gis/geos/geometry.py.Alec Kerrigan
2025-08-05Fixed #26583 -- Silenced individual clashing name warnings in collectstatic's...James Bligh
2025-08-05Fixed #36079 -- Fixed text size of TabularInline object titles.antoliny0919
2025-08-05Fixed #36537 -- Ensured unique HTML IDs for geometry widget option scripts in...Matthias Kestenholz
2025-08-04Fixed #36535 -- Ensured compatibility with docutils 0.19 through 0.22.Natalia
2025-08-04Fixed #35972 -- Fixed lookup crashes after subquery annotations.Jacob Walls
2025-07-31Fixed #36439 -- Optimized acheck_password by using sync_to_async on verify_pa...Roel Delos Reyes
2025-07-30Fixed #36511 -- Ensured filters came before table in keyboard navigation in a...antoliny0919
2025-07-30Fixed #36528, Refs #34917 -- Removed role="button" from object-tools links.antoliny0919
2025-07-30Fixed #36055 -- Prevented overlap of object-tools buttons and page header in ...antoliny0919
2025-07-29Fixed writer_name deprecation warning in docutils 0.22+.Mariusz Felisiak
2025-07-24Fixed #36516, Refs #36366 -- Fixed changelist footer layout with list_editabl...antoliny0919
2025-07-23Refs #36500 -- Corrected rewrapped long lines fixed via a script.Mike Edmunds
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-07-23Refs #36500 -- Shortened some long docstrings and comments.Mike Edmunds
2025-07-23Removed double spaces after periods and within phrases.Sarah Boyce