summaryrefslogtreecommitdiff
path: root/tests/admin_views/models.py
AgeCommit message (Expand)Author
2021-03-18[3.2.x] Fixed #32466 -- Corrected autocomplete to_field resolution for comple...Johannes Maron
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-10-08Fixed #31181 -- Added links to related models for admin's readonly fields.Julien Rebetez
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2019-11-19Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...Daniel Izquierdo
2019-06-14Fixed #12952 -- Adjusted admin log change messages to use form labels instead...Sanyam Khurana
2019-04-01Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...Mariusz Felisiak
2019-03-24Fixed #30259 -- Added support for admin_order_field attribute on properties i...Jani Tiainen
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-12-10Moved choices inside of test models per coding style.Manan
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-01-04Fixed #28517 -- Fixed admin delete confirmation view crash when related model...Paulo
2017-09-18Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...Johannes Hoppe
2017-06-14Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.Lincoln Smith
2017-06-05Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reve...Paulo
2017-03-06Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.Anton Samarchyan
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-07Refs #26961 -- Fixed invalid ModelAdmins in tests.Adam Chainz
2016-09-12Fixed #26524 -- Fixed crash in admin change view when displaying many to many...Jon Dufresne
2016-08-10Fixed admin_views clashing field check error.Adam Chainz
2016-06-04Fixed #19963 -- Added support for date_hierarchy across relations.Vytis Banaitis
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-21Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly...Alexander Gaevsky
2016-01-09Refs #25165 -- Fixed JSON serialization for delete popup in the admin.Tim Graham
2016-01-08Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin.Alexander Gaevsky
2016-01-08Refs #25165 -- Fixed failure of admin's "Add another" popup to close.Tim Graham
2015-12-29Fixed #25465 -- Restored line breaks conversion in admin readonly fields.Alexander Gaevsky
2015-12-10Fixed #25883 -- Fixed admin deletion page summary counts for related objects.Sergey Fedoseev
2015-10-29Fixed #25622 -- Accounted for generic relations in the admin to field validationSimon Charette
2015-09-03Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...sarthakmeh
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-21Refs #24919 -- Made test models serializable for migrations.Tim Graham
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
2015-05-02Fixed #23387 -- Kept "Save as new" button after validation errors in admin.Adam Zapletal
2015-03-09Refs #24461 -- Added test/release notes for XSS issue in ModelAdmin.readonly_...Baptiste Mispelon
2015-02-23Guaranteed removal of temporary files during tests.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2014-12-02Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun
2014-11-25Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...Simon Charette
2014-11-25Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-10-19Fixed #21196 -- Removed index on test field causing MySQL specific warning.Thomas Chaumeny
2014-10-06Fixed #23604 -- Allowed related m2m fields to be references in the admin.Emmanuelle Delescolle
2014-09-08Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-08-27Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette
2014-03-25Fixed #22087 -- Made AdminReadonlyField respect ModelForm Meta overrides.Ben Davis