Mariusz Felisiak
|
5875f03ce6
Fixed #34944 -- Made GeneratedField.output_field required.
|
před 1 rokem |
Ryanwalker277
|
225328efd9
Fixed #31558 -- Added support for boolean attribute on properties in ModelAdmin.list_display.
|
před 1 rokem |
Paolo Melchiorre
|
2f1ab16be5
Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields.
|
před 1 rokem |
mgaligniana
|
c72f6f36c1
Fixed #11803 -- Allowed admin select widgets to display new related objects.
|
před 3 roky |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
před 3 roky |
Yash Jhunjhunwala
|
492ed60f23
Fixed #33029 -- Allowed multiple popups for self-related fields in admin.
|
před 3 roky |
Hasan Ramezani
|
d1216e126f
Fixed #33051 -- Fixed highlighting the current model in admin's sidebar with non-ASCII model names.
|
před 3 roky |
Nick Pope
|
2161db0792
Fixed capitalization of "ECMAScript" and "JavaScript".
|
před 3 roky |
Johannes Maron
|
03d0f12c82
Fixed #32466 -- Corrected autocomplete to_field resolution for complex cases.
|
před 4 roky |
Johannes Maron
|
0b120f5d64
Refs #29138 -- Added extra tests for autocomplete FK to_field variations.
|
před 4 roky |
Jacob Walls
|
9d7e31cc74
Removed unused code in admin_views tests.
|
před 4 roky |
Nick Pope
|
9204485396
Fixed #16117 -- Added decorators for admin action and display functions.
|
před 4 roky |
Johannes Maron
|
3071660acf
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields.
|
před 4 roky |
Julien Rebetez
|
b790883065
Fixed #31181 -- Added links to related models for admin's readonly fields.
|
před 5 roky |
Jon Dufresne
|
505fec6bad
Capitalized Unicode in docs, strings, and comments.
|
před 5 roky |
Daniel Izquierdo
|
89abecc75d
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones.
|
před 8 roky |
Sanyam Khurana
|
87f5d07eed
Fixed #12952 -- Adjusted admin log change messages to use form labels instead of field names.
|
před 5 roky |
Mariusz Felisiak
|
7cbcf2e2cb
Fixed #30259 -- Fixed crash of admin views when properties don't have admin_order_field attribute.
|
před 6 roky |
Jani Tiainen
|
044cc54420
Fixed #30259 -- Added support for admin_order_field attribute on properties in ModelAdmin.list_display.
|
před 6 roky |
Arthur Rio
|
181fb60159
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
|
před 6 roky |
Matt Wiens
|
e817ae74da
Followed style guide for model attribute ordering.
|
před 6 roky |
Manan
|
3a4558b84f
Moved choices inside of test models per coding style.
|
před 6 roky |
Tim Graham
|
5fa4f40f45
Fixed #29227 -- Allowed BooleanField to be null=True.
|
před 8 roky |
Paulo
|
d1286a8a68
Fixed #28517 -- Fixed admin delete confirmation view crash when related models don't have a delete permission.
|
před 7 roky |
Johannes Hoppe
|
94cd8efc50
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
|
před 8 roky |
Lincoln Smith
|
15b465c584
Fixed #27998 -- Made ManyToManyField changes logged in admin's object history.
|
před 8 roky |
Paulo
|
b7f99f84bc
Fixed #28262 -- Fixed incorrect DisallowedModelAdminLookup when a nested reverse relation is in list_filter.
|
před 7 roky |
Anton Samarchyan
|
e88d2dfcf4
Fixed #27475 -- Fixed NonExistentTimeError crash in ModelAdmin.date_hierarchy.
|
před 8 roky |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
před 8 roky |
Claude Paroz
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
před 8 roky |