Nick Pope
|
2161db0792
Fixed capitalization of "ECMAScript" and "JavaScript".
|
3 anos atrás |
Johannes Maron
|
03d0f12c82
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
|
4 anos atrás |
Johannes Maron
|
0b120f5d64
Refs #29138 -- Added extra tests for autocomplete FK to_field variations.
|
4 anos atrás |
Jacob Walls
|
9d7e31cc74
Removed unused code in admin_views tests.
|
4 anos atrás |
Nick Pope
|
9204485396
Fixed #16117 -- Added decorators for admin action and display functions.
|
4 anos atrás |
Johannes Maron
|
3071660acf
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields.
|
4 anos atrás |
Julien Rebetez
|
b790883065
Fixed #31181 -- Added links to related models for admin's readonly fields.
|
5 anos atrás |
Jon Dufresne
|
505fec6bad
Capitalized Unicode in docs, strings, and comments.
|
5 anos atrás |
Daniel Izquierdo
|
89abecc75d
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones.
|
8 anos atrás |
Sanyam Khurana
|
87f5d07eed
Fixed #12952 -- Adjusted admin log change messages to use form labels instead of field names.
|
5 anos atrás |
Mariusz Felisiak
|
7cbcf2e2cb
Fixed #30259 -- Fixed crash of admin views when properties don't have admin_order_field attribute.
|
6 anos atrás |
Jani Tiainen
|
044cc54420
Fixed #30259 -- Added support for admin_order_field attribute on properties in ModelAdmin.list_display.
|
6 anos atrás |
Arthur Rio
|
181fb60159
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
|
6 anos atrás |
Matt Wiens
|
e817ae74da
Followed style guide for model attribute ordering.
|
6 anos atrás |
Manan
|
3a4558b84f
Moved choices inside of test models per coding style.
|
6 anos atrás |
Tim Graham
|
5fa4f40f45
Fixed #29227 -- Allowed BooleanField to be null=True.
|
8 anos atrás |
Paulo
|
d1286a8a68
Fixed #28517 -- Fixed admin delete confirmation view crash when related models don't have a delete permission.
|
7 anos atrás |
Johannes Hoppe
|
94cd8efc50
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
|
8 anos atrás |
Lincoln Smith
|
15b465c584
Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.
|
8 anos atrás |
Paulo
|
b7f99f84bc
Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reverse relation is in list_filter.
|
7 anos atrás |
Anton Samarchyan
|
e88d2dfcf4
Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.
|
8 anos atrás |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 anos atrás |
Claude Paroz
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
8 anos atrás |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 anos atrás |
Adam Chainz
|
cd86f03591
Refs #26961 -- Fixed invalid ModelAdmins in tests.
|
8 anos atrás |
Jon Dufresne
|
e24c0a2d7c
Fixed #26524 -- Fixed crash in admin change view when displaying many to many forward refs.
|
8 anos atrás |
Adam Chainz
|
a757c68129
Fixed admin_views clashing field check error.
|
8 anos atrás |
Vytis Banaitis
|
2f9c4e2b6f
Fixed #19963 -- Added support for date_hierarchy across relations.
|
9 anos atrás |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 anos atrás |
Alexander Gaevsky
|
9a33d3d764
Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly_fields.
|
9 anos atrás |