summaryrefslogtreecommitdiff
path: root/tests/admin_views/admin.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-031-0/+2
* Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/c...David Sanders2022-09-281-2/+10
* Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana2022-04-151-0/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-286/+441
* Fixed #33024 -- Fixed height of admin selector boxes in collapsed fieldset.Shubh18152021-11-251-0/+19
* Fixed #28357 -- Fixed ModelAdmin.prepopulated_fields on newly added stacked i...Shubh18152021-11-161-1/+15
* Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala2021-09-301-2/+3
* Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell2021-09-181-0/+2
* Refs #32682 -- Renamed use_distinct variable to may_have_duplicates.Mariusz Felisiak2021-04-271-2/+4
* Removed unused code in admin_views tests.Jacob Walls2021-02-261-7/+0
* Fixed #26607 -- Allowed customizing formset kwargs with ModelAdmin.get_formse...manav0142021-02-151-0/+6
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-131-27/+27
* Fixed #31747 -- Fixed model enumeration via admin URLs.Jon Dufresne2021-01-121-2/+29
* Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez2020-10-081-2/+7
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-281-1/+1
* Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...Carlton Gibson2019-12-021-9/+0
* Fixed #30981 -- Fixed admin changelist crash when using F() or OrderBy() expr...Hasan Ramezani2019-11-191-2/+11
* Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo2019-11-191-2/+3
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-1/+1
* Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana2019-06-141-0/+19
* Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak2019-04-011-1/+1
* Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen2019-03-241-1/+1
* Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio2019-01-161-1/+3
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-4/+8
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Fixed #29929 -- Fixed admin view-only change form crash when using ModelAdmin...Basil Dubyk2018-11-281-0/+8
* Fixed #29682 -- Fixed admin change form crash if a view-only model's form has...Tim Graham2018-08-201-1/+10
* Fixed #29663 -- Made admin change view redirect to changelist with view permi...Jon Dufresne2018-08-171-0/+9
* Fixed #29487 -- Accounted for object level permissions when calculating chang...Paulo2018-06-151-0/+10
* Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang2018-05-161-0/+4
* Fixed hanging indentation in various code.Mariusz Felisiak2018-03-161-7/+2
* Fixed #27810 -- Allowed query expressions in admin_order_field.Andreas Pelme2018-02-151-0/+8
* Fixed #25790 -- Allowed disable column sorting in the admin changelist.Alexander Gaevsky2018-02-071-0/+40
* Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...Vasilis Aggelou2018-01-051-0/+4
* Fixed #28517 -- Fixed admin delete confirmation view crash when related model...Paulo2018-01-041-5/+19
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-3/+3
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-181-5/+36
* Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.Lincoln Smith2017-06-141-8/+9
* Fixed #28202 -- Fixed FieldListFilter.get_queryset() crash on invalid input.Paulo2017-06-061-1/+1
* Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reve...Paulo2017-06-051-6/+9
* Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.Anton Samarchyan2017-03-061-1/+2
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-29/+19
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-2/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.Tim Graham2017-01-171-5/+1
* Refs #26961 -- Fixed invalid ModelAdmins in tests.Adam Chainz2017-01-071-4/+6
* Fixed #27313 -- Allowed overriding admin popup response template.Michael Scott2016-12-141-0/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+12
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+0