| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-15 | Fixed #11803 -- Allowed admin select widgets to display new related objects. | mgaligniana | |
| Adjusted admin javascript to add newly created related objects to already loaded select widgets. In this version, applies only where limit_choices_to is not set. | |||
| 2022-02-07 | Refs #33476 -- Reformatted code with Black. | django-bot | |
| 2021-09-30 | Fixed #33029 -- Allowed multiple popups for self-related fields in admin. | Yash Jhunjhunwala | |
| 2021-08-27 | Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with ↵ | Hasan Ramezani | |
| non-ASCII model names. | |||
| 2021-04-29 | Fixed capitalization of "ECMAScript" and "JavaScript". | Nick Pope | |
| 2021-03-18 | Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases. | Johannes Maron | |
| In MTI or ForeignKey as primary key cases, it is required to fetch the attname from the field instance on the remote model in order to reliably resolve the to_field_name. Co-authored-by: Johannes Maron <info@johanneshoppe.com> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2021-03-18 | Refs #29138 -- Added extra tests for autocomplete FK to_field variations. | Johannes Maron | |
| 2021-02-26 | Removed unused code in admin_views tests. | Jacob Walls | |
| Unused since its introduction in 7b21bfc0745f92f83a6826a3d3e58797fb74e32 and 1e4ad6f118007547c7e627f1d5bd11bfb2992bf9. | |||
| 2021-01-13 | Fixed #16117 -- Added decorators for admin action and display functions. | Nick Pope | |
| Refs #25134, #32099. | |||
| 2021-01-12 | Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ↵ | Johannes Maron | |
| autocomplete fields. * Fixed #29010 -- Added limit_choices_to support to autocomplete fields. * Fixed #29138 -- Allowed autocomplete fields to target a custom to_field rather than the PK. | |||
| 2020-10-08 | Fixed #31181 -- Added links to related models for admin's readonly fields. | Julien Rebetez | |
| 2020-04-20 | Capitalized Unicode in docs, strings, and comments. | Jon Dufresne | |
| 2019-11-19 | Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading ↵ | Daniel Izquierdo | |
| deletions while protecting direct ones. | |||
| 2019-06-14 | Fixed #12952 -- Adjusted admin log change messages to use form labels ↵ | Sanyam Khurana | |
| instead of field names. | |||
| 2019-04-01 | Fixed #30259 -- Fixed crash of admin views when properties don't have ↵ | Mariusz Felisiak | |
| admin_order_field attribute. | |||
| 2019-03-24 | Fixed #30259 -- Added support for admin_order_field attribute on properties ↵ | Jani Tiainen | |
| in ModelAdmin.list_display. | |||
| 2019-01-16 | Fixed #11154, #22270 -- Made proxy model permissions use correct content type. | Arthur Rio | |
| Co-Authored-By: Simon Charette <charette.s@gmail.com> Co-Authored-By: Antoine Catton <acatton@fusionbox.com> | |||
| 2018-12-27 | Followed style guide for model attribute ordering. | Matt Wiens | |
| 2018-12-10 | Moved choices inside of test models per coding style. | Manan | |
| 2018-03-20 | Fixed #29227 -- Allowed BooleanField to be null=True. | Tim Graham | |
| Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review. | |||
| 2018-01-04 | Fixed #28517 -- Fixed admin delete confirmation view crash when related ↵ | Paulo | |
| models don't have a delete permission. | |||
| 2017-09-18 | Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ↵ | Johannes Hoppe | |
| ManyToManyField in the admin. Thanks Florian Apolloner and Tim Graham for review and contributing to the patch. | |||
| 2017-06-14 | Fixed #27998 -- Made ManyToManyField changes logged in admin's object history. | Lincoln Smith | |
| 2017-06-05 | Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested ↵ | Paulo | |
| reverse relation is in list_filter. | |||
| 2017-03-06 | Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy. | Anton Samarchyan | |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | |
| 2017-01-18 | Refs #23919 -- Removed python_2_unicode_compatible decorator usage | Claude Paroz | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2017-01-07 | Refs #26961 -- Fixed invalid ModelAdmins in tests. | Adam Chainz | |
| 2016-09-12 | Fixed #26524 -- Fixed crash in admin change view when displaying many to ↵ | Jon Dufresne | |
| many forward refs. Thanks Tim Graham for the regression test. | |||
| 2016-08-10 | Fixed admin_views clashing field check error. | Adam Chainz | |
| admin_views.Recommendation.recommender: (models.E006) The field 'recommender' clashes with the field 'recommender' from model 'admin_views.title'. | |||
| 2016-06-04 | Fixed #19963 -- Added support for date_hierarchy across relations. | Vytis Banaitis | |
| 2016-04-08 | Fixed E128 flake8 warnings in tests/. | Tim Graham | |
| 2016-01-21 | Fixed #26060 -- Fixed crash with reverse OneToOneField in ↵ | Alexander Gaevsky | |
| ModelAdmin.readonly_fields. | |||
| 2016-01-09 | Refs #25165 -- Fixed JSON serialization for delete popup in the admin. | Tim Graham | |
| 2016-01-08 | Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin. | Alexander Gaevsky | |
| Forwardport of test in o839d71d8562abe0b245024e55ca1d02a45e58fd from stable/1.9.x (refs #25997). | |||
| 2016-01-08 | Refs #25165 -- Fixed failure of admin's "Add another" popup to close. | Tim Graham | |
| Thanks Thomas Grainger for the fix. | |||
| 2015-12-29 | Fixed #25465 -- Restored line breaks conversion in admin readonly fields. | Alexander Gaevsky | |
| 2015-12-10 | Fixed #25883 -- Fixed admin deletion page summary counts for related objects. | Sergey Fedoseev | |
| 2015-10-29 | Fixed #25622 -- Accounted for generic relations in the admin to field validation | Simon Charette | |
| Thanks to Jonathan Liuti for the report and Tim Graham for the review. | |||
| 2015-09-03 | Fixed #25058 -- Added GenericRelations with related_query_name to the ↵ | sarthakmeh | |
| admin's delete confirmation page. | |||
| 2015-07-27 | Fixed #21127 -- Started deprecation toward requiring on_delete for ↵ | Flavio Curella | |
| ForeignKey/OneToOneField | |||
| 2015-07-21 | Refs #24919 -- Made test models serializable for migrations. | Tim Graham | |
| 2015-07-17 | Fixed #16501 -- Added an allow_unicode parameter to SlugField. | Edward Henderson | |
| Thanks Flavio Curella and Berker Peksag for the initial patch. | |||
| 2015-05-02 | Fixed #23387 -- Kept "Save as new" button after validation errors in admin. | Adam Zapletal | |
| When "Save as new" is chosen and errors occur, only show the "Save as new" button and not the other save buttons. Thanks to Tino de Bruijn for doing the real work on this fix. | |||
| 2015-03-09 | Refs #24461 -- Added test/release notes for XSS issue in ↵ | Baptiste Mispelon | |
| ModelAdmin.readonly_fields This issue was fixed by refs #24464. | |||
| 2015-02-23 | Guaranteed removal of temporary files during tests. | Aymeric Augustin | |
| Dropped the DJANGO_TEST_TEMP_DIR environment variable. Before this change, proper removal depended on the developer passing dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions. | |||
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2015-01-10 | Fixed #13165 -- Added edit and delete links to admin foreign key widgets. | Simon Charette | |
| Thanks to Collin Anderson for the review and suggestions and Tim for the final review. | |||
| 2014-12-02 | Fixed #23934 -- Fixed regression in admin views obj parameter. | Kamil Braun | |
