summaryrefslogtreecommitdiff
path: root/django/contrib/admin/options.py
AgeCommit message (Expand)Author
2023-02-01[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.David Smith
2022-11-08Fixed typo in BaseModelAdmin.has_delete_permission()'s docstring.Marco Marra
2022-10-31Used more augmented assignment statements.Nick Pope
2022-10-06Fixed #32603 -- Made ModelAdmin.list_editable use transactions.Shubh1815
2022-09-24Fixed #34023 -- Added inline argument to user_deleted_form().MichaƂ Pasternak
2022-09-15Changed camel case variable to snake case in contrib.admin/auth.Youngkwang Yang
2022-07-27Refs #32948, Refs #32946 -- Used Q.create() internally for dynamic Q() objects.Nick Pope
2022-07-25Fixed typo in django/contrib/admin/options.py comment.Ikko Ashimine
2022-06-28Fixed #33805 -- Made admin's many-to-many widgets do not display help text fo...Ankur
2022-06-22Fixed #33028 -- Used ModelAdmin's opts attribute instead of model._meta.Marcelo Galigniana
2022-03-21Fixed #33592 -- Fixed "View on Site" links in custom admin site.Stefan Wehrmeyer
2022-02-28Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.r...Hrushikesh Vaidya
2022-02-26Fixed #33527 -- Removed unnecessary code in ModelAdmin._changeform_view().Dulalet
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-11Fixed #11715 -- Changed default value of ModelAdmin.actions/inlines to empty ...Jacob Walls
2021-12-15Fixed #33316 -- Added pagination to admin history view.mgaligniana
2021-12-15Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls
2021-11-03Fixed #32996 -- Cached PathInfos on relations.Keryn Knight
2021-09-21Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing...Hasan Ramezani
2021-09-08Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ver...Siburg
2021-07-28Refs #32946 -- Changed internal usage of dynamic Q() objects construction to ...Keryn Knight
2021-07-05Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.Eduardo Aldair Ahumada Garcia Jurado
2021-05-26Fixed #32543 -- Added search_help_text to ModelAdmin.Hasan Ramezani
2021-05-20Renamed "object" argument of ModelAdmin.log_addition(), log_change(), and log...David Sanders
2021-04-29Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().Mariusz Felisiak
2021-04-27Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak
2021-04-26Fixed #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Zain Patel
2021-04-14Fixed #32649 -- Fixed ModelAdmin.search_fields crash when searching against p...Mariusz Felisiak
2021-02-15Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav014
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2021-01-12Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron
2020-11-13Unified admin action description generation.Nick Pope
2020-10-13Removed unnecessary check in BaseModelAdmin.get_view_on_site_url().Marco Richetta
2020-09-11Fixed #31993 -- Added subtitles to admin change/view pages.Jon Dufresne
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-06-18Fixed #6933 -- Added support for searching against quoted phrases in ModelAdm...Alix
2020-05-14Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne
2020-05-12Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-04-17Fixed #30311 -- Restored ability to override global admin actions.hashlash
2020-04-15Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets ...007
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2020-01-17Optimized ModelAdmin._changeform_view() by avoiding multiple get_fieldsets() ...Daniel Hahler
2019-12-02Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson
2019-11-26Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefi...Baptiste Mispelon
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-04-24Removed unnecessary assignments in various code.Jon Dufresne
2019-04-17Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani
2019-03-30Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham
2019-03-08Fixed #30243 -- Simplified ModelAdmin.render_change_form()'s has_file_field.btknu