summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2025-06-25Fixed #36386 -- Added styles and icons for INFO and DEBUG messages in the admin.michalpokusa
2025-06-25Fixed #36471 -- Added support for __coveredby GIS lookup and Collect, GeoHash...Mariusz Felisiak
2025-06-18Fixed #36437 -- Improved accessibility of messages in admin.michalpokusa
2025-06-18Fixed #32770 -- Added system check to ensure django.contrib.postgres is insta...Clifford Gama
2025-06-12Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript.Claude Paroz
2025-06-11Removed default value for app_configs in system check functions.Adam Johnson
2025-06-06Updated translations from Transifex.Sarah Boyce
2025-06-05Added validation to BaseSpatialFeatures.has_<Func>_function.Tim Graham
2025-06-03Fixed #36060 -- Prevented IntegrityError in bulk_create() with order_with_res...myoungjinGo-BE
2025-06-02Fixed #36423 -- Prevented filter_horizontal buttons from intercepting form su...Blayze
2025-05-23Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_r...Sarah Boyce
2025-05-20Refs #35829 -- Made cosmetic edits to django/contrib/admin/static/admin/img/R...nessita
2025-05-16Fixed #36348 -- Fixed handling multiple nested url()s in ManifestStaticFilesS...Samuel Cormier-Iijima
2025-05-15Fixed #35829 -- Updated admin icons using Font Awesome Free version 6.7.2.Pablo Bengoechea
2025-05-14Fixed #35852 -- Fixed intcomma locale-aware formatting of string number repre...Timothy McCurrach
2025-05-14Fixed #35507 -- Improved accessibility of search and filter elements in the a...antoliny0919
2025-05-08Fixed #36363 -- Added field names to admin duplicated fields error hint.Eric Blum
2025-04-28Fixed #36354 -- Removed JavaScript workaround for browsers lacking `:has()` C...Fabian Braun
2025-04-27Fixed #36312 -- Removed invalid size units for svg in Safari.Ahmed Nassar
2025-04-23Simplified UserManager.with_perm() by using get_backends().Bona Fide IT GmbH
2025-04-22Fixed #36331 -- Reverted "Fixed #36055 -- Prevented overlap of object-tools b...antoliny0919
2025-04-17Fixed #35959 -- Displayed password reset button in admin only when user has s...Sarah Boyce
2025-04-17Refs #35959 -- Added render_password_as_hash auth template tag for password r...Sarah Boyce
2025-04-17Fixed #36314 -- Fixed MinimumLengthValidator error message translation.Ahmed Nassar
2025-04-16Americanized some spellings.Adam Johnson
2025-04-04Fixed #36255 -- Renamed the admin action button for improved accessibility.koffi
2025-04-02Fixed #36267 -- Fixed contenttypes shortcut() view crash with an invalid obje...Ahmed Nassar
2025-04-01Fixed #36284, Refs #31170 -- Ensured related lookup popups are closed properly.nessita
2025-04-01Fixed #36283 -- Reverted "Fixed #35798, Refs #31641 -- Prevented admin naviga...Mariusz Felisiak
2025-03-31Refs #28909 -- Simplified code using unpacking generalizations.Aarni Koskela
2025-03-31Updated translations from Transifex.Sarah Boyce
2025-03-31Refs #36055 -- Prevented overlap of object-tools buttons and page header in t...Mariusz Felisiak
2025-03-30Fixed warnings per flake8 7.2.0.Mariusz Felisiak
2025-03-28Refs #34619 -- Fixed labels width in FilteredSelectMultiple in the admin.Mariusz Felisiak
2025-03-27Fixed #34917 -- Underlined links in the main content area of the admin.antoliny0919
2025-03-26Refs #34619 -- Corrected selector description in the admin.Mariusz Felisiak
2025-03-26Fixed #34819 -- Made GenericForeignKey prefetching use matching pk representa...Clifford Gama
2025-03-25Fixed #36276 -- Omitted size=None from ArrayField.deconstruct().Tim Graham
2025-03-19Updated source translation catalogs.Mariusz Felisiak
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.Кайрат Макым