index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_views
/
models.py
Age
Commit message (
Expand
)
Author
2026-02-27
Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.
antoliny0919
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2026-01-30
Fixed #36468 -- Fixed failure to close popup when adding a related object in ...
Mark Niehues
2026-01-26
Fixed #36850 -- Prevented admin filter sidebar from wrapping below the change...
Nilesh Kumar Pahari
2025-08-19
Fixed #35892 -- Supported Widget.use_fieldset in admin forms.
antoliny0919
2025-07-30
Fixed #36055 -- Prevented overlap of object-tools buttons and page header in ...
antoliny0919
2025-03-01
Applied Black's 2025 stable style.
Mariusz Felisiak
2024-04-02
Fixed #35330 -- Fixed the update of related widgets when the referenced model...
devin13cox
2024-02-05
Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple da...
Ben Cail
2023-11-14
Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-09-16
Fixed #31558 -- Added support for boolean attribute on properties in ModelAdm...
Ryanwalker277
2023-09-16
Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields.
Paolo Melchiorre
2022-04-15
Fixed #11803 -- Allowed admin select widgets to display new related objects.
mgaligniana
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
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
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
2021-01-13
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2021-01-12
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...
Johannes Maron
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 deleti...
Daniel Izquierdo
2019-06-14
Fixed #12952 -- Adjusted admin log change messages to use form labels instead...
Sanyam Khurana
2019-04-01
Fixed #30259 -- Fixed crash of admin views when properties don't have admin_o...
Mariusz Felisiak
2019-03-24
Fixed #30259 -- Added support for admin_order_field attribute on properties i...
Jani Tiainen
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
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
2018-01-04
Fixed #28517 -- Fixed admin delete confirmation view crash when related model...
Paulo
2017-09-18
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe
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 reve...
Paulo
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 many...
Jon Dufresne
2016-08-10
Fixed admin_views clashing field check error.
Adam Chainz
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 ModelAdmin.readonly...
Alexander Gaevsky
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
2016-01-08
Refs #25165 -- Fixed failure of admin's "Add another" popup to close.
Tim Graham
2015-12-29
Fixed #25465 -- Restored line breaks conversion in admin readonly fields.
Alexander Gaevsky
[next]