summaryrefslogtreecommitdiff
path: root/tests/admin_views/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana2022-04-151-0/+36
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-98/+140
* Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala2021-09-301-0/+6
* Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ...Hasan Ramezani2021-08-271-0/+4
* Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope2021-04-291-1/+1
* Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.Johannes Maron2021-03-181-0/+32
* Refs #29138 -- Added extra tests for autocomplete FK to_field variations.Johannes Maron2021-03-181-0/+1
* Removed unused code in admin_views tests.Jacob Walls2021-02-261-2/+0
* Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope2021-01-131-8/+7
* Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...Johannes Maron2021-01-121-0/+8
* Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez2020-10-081-0/+9
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-3/+3
* Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo2019-11-191-0/+8
* Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana2019-06-141-2/+2
* Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak2019-04-011-0/+4
* Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen2019-03-241-0/+5
* Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio2019-01-161-0/+6
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Moved choices inside of test models per coding style.Manan2018-12-101-12/+9
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-2/+2
* Fixed #28517 -- Fixed admin delete confirmation view crash when related model...Paulo2018-01-041-0/+8
* Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe2017-09-181-1/+15
* Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.Lincoln Smith2017-06-141-0/+7
* Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reve...Paulo2017-06-051-0/+2
* Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.Anton Samarchyan2017-03-061-0/+6
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-37/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #26961 -- Fixed invalid ModelAdmins in tests.Adam Chainz2017-01-071-4/+5
* Fixed #26524 -- Fixed crash in admin change view when displaying many to many...Jon Dufresne2016-09-121-0/+4
* Fixed admin_views clashing field check error.Adam Chainz2016-08-101-1/+1
* Fixed #19963 -- Added support for date_hierarchy across relations.Vytis Banaitis2016-06-041-0/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+4
* Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly...Alexander Gaevsky2016-01-211-1/+6
* Refs #25165 -- Fixed JSON serialization for delete popup in the admin.Tim Graham2016-01-091-1/+1
* Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin.Alexander Gaevsky2016-01-081-0/+13
* Refs #25165 -- Fixed failure of admin's "Add another" popup to close.Tim Graham2016-01-081-0/+4
* Fixed #25465 -- Restored line breaks conversion in admin readonly fields.Alexander Gaevsky2015-12-291-0/+2
* Fixed #25883 -- Fixed admin deletion page summary counts for related objects.Sergey Fedoseev2015-12-101-0/+1
* Fixed #25622 -- Accounted for generic relations in the admin to field validationSimon Charette2015-10-291-0/+11
* Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...sarthakmeh2015-09-031-0/+9
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-49/+75
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-3/+5
* Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson2015-07-171-0/+1
* Fixed #23387 -- Kept "Save as new" button after validation errors in admin.Adam Zapletal2015-05-021-0/+9
* Refs #24461 -- Added test/release notes for XSS issue in ModelAdmin.readonly_...Baptiste Mispelon2015-03-091-0/+7
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette2015-01-101-1/+2
* Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun2014-12-021-0/+9