summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2025-03-18Handled WebDriverException from Chrome driver version 113+.Sarah Boyce
2025-03-12Fixed #36234 -- Restored single_object argument to LogEntry.objects.log_actio...Adam Johnson
2025-03-10Fixed #36222 -- Fixed ExclusionConstraint validation crash on excluded fields...saJaeHyukc
2025-03-04Fixed #36217 -- Restored pre_save/post_save signal emission via LogEntry.save...antoliny0919
2025-03-03Refs #35444 -- Deprecated contrib.postgres.OrderableAggMixin.Chris Muthig
2025-03-03Fixed #35444 -- Added generic support for Aggregate.order_by.Chris Muthig
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-23Fixed #35705 -- Added Rotate GIS database function to rotate geometries.enprava
2025-02-19Fixed #35358, Refs #35234 -- Renamed _check() methods to check() for constrai...Mariusz Felisiak
2025-02-18Fixed #31170 -- Added change event trigger to dismissRelatedLookupPopup.Кайрат Макым
2025-02-18Refs #31170 -- Added JavaScript tests for RelatedObjectLookups.js.Кайрат Макым
2025-02-18Fixed #36179 -- Unhexed entries and removed duplicates in auth/common-passwor...mimi89999
2025-02-18Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.Mariusz Felisiak
2025-02-17Fixed #36178 -- Applied consistent object quoting in admin delete confirmatio...antoliny0919
2025-02-14Fixed #36102 -- Moved i18n comments directly above the translatable string.Julien Palard
2025-02-13Reverted "Refs #35803 -- Added support for __coveredby GIS lookup on MariaDB ...Mariusz Felisiak
2025-02-13Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on ...Mariusz Felisiak
2025-02-04Fixed #36069 -- Fixed the delete button position in TabularInlines.antoliny0919
2025-02-04Fixed #36055 -- Prevented overlap of object-tools buttons and page header in ...antoliny0919
2025-02-04Fixed #36058 -- Refactored SpatialRefSysMixin.srs to use cached_property.Arnaldo Govenem
2025-02-03Refs #36036 -- Added support for GEOSHasM.Andrew Harris
2025-02-03Fixed #36135 -- Fixed reverse GenericRelation prefetching.Simon Charette
2025-02-01Fixed #36140 -- Allowed BaseUserCreationForm to define non required password ...nessita
2025-01-30Fixed #36121 -- Allowed customizing the admin site password change form.Mohammadreza Eskandari
2025-01-23Refs #27674 -- Removed unused GIS icons.Claude Paroz
2025-01-22Fixed #36114 -- Fixed link visibility when list_display_links field contains ...antoliny0919
2025-01-15Increased the default PBKDF2 iterations for Django 6.0.Sarah Boyce
2025-01-15Refs #35058 -- Removed OGRGeometry.coord_dim setter per deprecation timeline.Sarah Boyce
2025-01-15Refs #35060 -- Removed passing positional arguments to Model.save()/asave() p...Sarah Boyce
2025-01-15Removed django.contrib.gis.geoip2.GeoIP2.open() per deprecation timeline.Sarah Boyce
2025-01-15Removed django.contrib.gis.geoip2.GeoIP2.coords() per deprecation timeline.Sarah Boyce
2025-01-15Refs #34462 -- Removed ModelAdmin.log_deletion() and LogEntryManager.log_acti...Sarah Boyce
2025-01-15Refs #33651 -- Removed Prefetch.get_current_queryset() and get_prefetch_query...Sarah Boyce
2025-01-15Refs #33817 -- Removed support for cx_Oracle per deprecation timeline.Sarah Boyce
2025-01-15Refs #22569 -- Made request required in ModelAdmin.lookup_allowed() per depre...Sarah Boyce
2025-01-15Simplified GeoIP2._query() when passing IPv4Address()/IPv6Address() instances.Mariusz Felisiak
2025-01-13Fixed #36087 -- Supported password reset on a custom user model with a compos...Sarah Boyce
2025-01-10Fixed #36032 -- Rendered URLField values as links in the admin.antoliny0919
2025-01-09Fixed #35940 -- Disabled SelectFilter add/remove buttons when appropriate.Brock
2025-01-08Fixed #36063 -- Made a FileField navigate to the object admin change page whe...antoliny0919
2025-01-06Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.Chris Muthig
2025-01-03Removed stray comment in ArrayField.check().Tim Graham
2024-12-27Fixed #35891 -- Confirmed support for GDAL 3.10.David Smith
2024-12-18Fixed #36002 -- Referred to request.Meta key in Persistent/RemoteUserMiddlewa...Anders Einar Hilden
2024-12-11Fixed #35989 -- Removed crs from GeoJSON serializer.Jeremy Thompson
2024-12-05Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HSt...Oleg Sverdlov
2024-11-29Fixed #35925 -- Added CSS gap for FilteredSelectMultiple filter icon.Ayush khatri
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-11-29Fixed #35791 -- Updated icon button dimensions to 24x24 pixels.Tainara Palmeira
2024-11-28Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.Jaap Roes