summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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
2024-11-26Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is ...Tommy Allen
2024-11-20Fixed #34619 -- Associated FilteredSelectMultiple elements to their label and...GappleBee
2024-11-15Refs #28215 -- Marked auth form passwords as sensitive variables.GappleBee
2024-11-11Fixed #17905 -- Restricted access to model pages in admindocs.sai-ganesh-03
2024-11-11Fixed #35903 -- Made admin's "view on site" URL accept non-integer ContentTyp...Tim Graham
2024-11-07Refs #23968 -- Removed unnecessary list comprehension in contrib.admin.helpers.John Parton
2024-11-06Fixed #27409 -- Made admindocs support custom link text in docstrings.sai-ganesh-03
2024-11-05Refs #26001 -- Handled relationship exact lookups in ModelAdmin.search_fields.Sarah Boyce
2024-11-04Fixed #35867, Refs #2411 -- Allowed links in admindocs view details summary.sai-ganesh-03
2024-11-04Fixed #26001 -- Fixed non-string field exact lookups in ModelAdmin.search_fie...0saurabh0
2024-11-04Fixed #35883 -- Confirmed support for GDAL 3.9.David Smith
2024-11-01Fixed #35837 -- Added missing alters_data=True to QuerySet and UserManager me...Sarah Boyce
2024-10-31Fixed #35876 -- Displayed non-ASCII fieldset names when rendering ModelAdmin....Sarah Boyce
2024-10-29Fixed #35868 -- Removed unneeded AttributeError catching in collectstatic's d...Peter Ruszel
2024-10-26Refs #35742 -- Used curly quote in add user form message.Claude Paroz
2024-10-25Refs #35803 -- Added support for __covers GIS lookup on MySQL.Mariusz Felisiak
2024-10-25Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11...Mariusz Felisiak
2024-10-25Refs #35803 -- Added support for __coveredby GIS lookup on MySQL and MariaDB ...Mariusz Felisiak
2024-10-22Refs #34406 -- Added support for GDAL curved geometries.David Smith
2024-10-17Fixed #35841 -- Restored support for DB-IP databases in GeoIP2.Nick Pope
2024-10-17Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated ...Mariusz Felisiak
2024-10-17Fixed #35795 -- Added role="button" to links acting as buttons for screen rea...Jay Patel
2024-10-15Fixed #35782 -- Allowed overriding password validation error messages.Ben Cail
2024-10-10Fixed #35717 -- Reduced Create/RemoveCollation operations when optimizing mig...Adam Johnson
2024-10-09Fixed #35792 -- Simplified ModelBackend._get_group_permissions().Bona Fide IT GmbH
2024-10-08Fixed #35809 -- Set background color for selected rows in the admin's form se...nessita
2024-10-08Fixed #35798, Refs #31641 -- Prevented admin navigation sidebar loading flicker.Gavin Wahl
2024-10-08Fixed #35799 -- Fixed the positioning of the inline admin plus icon for RTL l...Mario Munoz
2024-10-08Fixed #35742 -- Removed hardcoded "username" references in admin templates.antoliny0919
2024-10-07Updated translations from Transifex.nessita
2024-10-07Fixed #35449 -- Fixed validation of array items in SplitArrayField when remov...GappleBee
2024-10-07Fixed #35303 -- Implemented async auth backends and utils.Jon Janzen
2024-10-07Fixed #35804 -- Removed unused rules for ul.tools from admin CSS.aditya.chaudhary1558@gmail.com
2024-09-19Fixed #35776 -- Dropped support for GDAL 3.0.David Smith
2024-09-19Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...Mariusz Felisiak