summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2026-02-10[5.2.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...93578237
2026-02-03[5.2.x] Fixed CVE-2026-1207 -- Prevented SQL injections in RasterField lookup...Jacob Walls
2026-02-03[5.2.x] Fixed CVE-2025-13473 -- Standardized timing of check_password() in mo...Jake Howard
2025-12-01[5.2.x] Fixed #36712 -- Evaluated type annotations lazily in template tag reg...Jacob Walls
2025-09-18[5.2.x] Updated translations from Transifex.Natalia
2025-09-17[5.2.x] Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget...antoliny0919
2025-08-22[5.2.x] Refs #35530 -- Corrected deprecation message in auth.alogin().Mariusz Felisiak
2025-08-04[5.2.x] Fixed #36535 -- Ensured compatibility with docutils 0.19 through 0.22.Natalia
2025-07-29[5.2.x] Fixed writer_name deprecation warning in docutils 0.22+.Mariusz Felisiak
2025-06-06[5.2.x] Updated translations from Transifex.Sarah Boyce
2025-06-02[5.2.x] Fixed #36423 -- Prevented filter_horizontal buttons from intercepting...Blayze
2025-05-23[5.2.x] Fixed #36405 -- Fixed OrderableAggMixin.order_by using OuterRef.Adam Johnson
2025-05-23[5.2.x] Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing ap...Sarah Boyce
2025-04-22[5.2.x] Fixed #36331 -- Reverted "Fixed #36055 -- Prevented overlap of object...antoliny0919
2025-04-17[5.2.x] Fixed #36314 -- Fixed MinimumLengthValidator error message translation.Ahmed Nassar
2025-04-01[5.2.x] Fixed #36284, Refs #31170 -- Ensured related lookup popups are closed...nessita
2025-04-01[5.2.x] Fixed #36283 -- Reverted "Fixed #35798, Refs #31641 -- Prevented admi...Mariusz Felisiak
2025-03-31[5.2.x] Updated translations from Transifex.Sarah Boyce
2025-03-31[5.2.x] Refs #36055 -- Prevented overlap of object-tools buttons and page hea...Mariusz Felisiak
2025-03-30[5.2.x] Fixed warnings per flake8 7.2.0.Mariusz Felisiak
2025-03-28[5.2.x] Refs #34619 -- Fixed labels width in FilteredSelectMultiple in the ad...Mariusz Felisiak
2025-03-26[5.2.x] Refs #34619 -- Corrected selector description in the admin.Mariusz Felisiak
2025-03-19[5.2.x] Updated source translation catalogs.Mariusz Felisiak
2025-03-12[5.2.x] Fixed #36234 -- Restored single_object argument to LogEntry.objects.l...Adam Johnson
2025-03-04[5.2.x] Fixed #36217 -- Restored pre_save/post_save signal emission via LogEn...antoliny0919
2025-03-01[5.2.x] Applied Black's 2025 stable style.Mariusz Felisiak
2025-02-18[5.2.x] Fixed #31170 -- Added change event trigger to dismissRelatedLookupPopup.Кайрат Макым
2025-02-18[5.2.x] Refs #31170 -- Added JavaScript tests for RelatedObjectLookups.js.Кайрат Макым
2025-02-18[5.2.x] Fixed #36179 -- Unhexed entries and removed duplicates in auth/common...mimi89999
2025-02-14[5.2.x] Fixed #36102 -- Moved i18n comments directly above the translatable s...Julien Palard
2025-02-13[5.2.x] Reverted "Refs #35803 -- Added support for __coveredby GIS lookup on ...Mariusz Felisiak
2025-02-13[5.2.x] Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsV...Mariusz Felisiak
2025-02-04[5.2.x] Fixed #36069 -- Fixed the delete button position in TabularInlines.antoliny0919
2025-02-04[5.2.x] Fixed #36055 -- Prevented overlap of object-tools buttons and page he...antoliny0919
2025-02-03[5.2.x] Fixed #36135 -- Fixed reverse GenericRelation prefetching.Simon Charette
2025-02-01[5.2.x] Fixed #36140 -- Allowed BaseUserCreationForm to define non required p...nessita
2025-01-22[5.2.x] Fixed #36114 -- Fixed link visibility when list_display_links field c...antoliny0919
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