Nick Pope
|
9204485396
Fixed #16117 -- Added decorators for admin action and display functions.
|
4 년 전 |
Fran Hrzenjak
|
4484bc1b2f
Fixed #31597, #31603 -- Corrected admin clear all filters link behavior.
|
4 년 전 |
Jon Dufresne
|
bdff97d373
Added tests for saving with pending actions in admin changelist.
|
5 년 전 |
Haki Benita
|
ff5517988a
Fixed #28933 -- Improved the efficiency of ModelAdmin.date_hierarchy queries.
|
7 년 전 |
chillaranand
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 년 전 |
Ramin Farajpour Cami
|
967be82443
Fixed E305 flake8 warnings.
|
8 년 전 |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 년 전 |
bphillips
|
917cc288a3
Fixed #11313 -- Made ModelAdmin.list_editable more resilient to concurrent edits.
|
9 년 전 |
Nick Sandford
|
ff19df9c2d
Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is False.
|
9 년 전 |
Tim Graham
|
67732a9b18
Fixed #24687 -- Added select_related() validation for nested non-relational fields.
|
9 년 전 |
Loek van Gent
|
0207bdd2d4
Fixed #24474 -- Allowed configuring the admin's empty change list value.
|
10 년 전 |
Tim Graham
|
ad0f0daf8c
Fixed #24851 -- Fixed crash with reverse one-to-one relation in ModelAdmin.list_display
|
9 년 전 |
Samuel Paccoud
|
d084176cc1
Fixed #16609 -- Fixed duplicate admin results when searching nested M2M relations.
|
10 년 전 |
Tim Graham
|
1273a7a0e8
Revert "Fixed #24474 -- Allowed configuring the admin's empty change list value."
|
10 년 전 |
Loek van Gent
|
72f769f494
Fixed #24474 -- Allowed configuring the admin's empty change list value.
|
10 년 전 |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 년 전 |
Bas Peschier
|
578bdb532c
Added tests and minified javascript missing in 83a3add4bed8d8d49f93b30c817c66908b0a26ba.
|
11 년 전 |
coagulant
|
3bc0d46a84
Fixed all E261 warnings
|
11 년 전 |
Tim Graham
|
36ded01527
Fixed #21302 -- Fixed unused imports and import *.
|
11 년 전 |
Ramiro Morales
|
1d0fc61b1c
Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change list links.
|
11 년 전 |
Loic Bistuer
|
0bcdcc7eb9
Added ModelAdmin.get_search_fields.
|
11 년 전 |
Claude Paroz
|
5c1143910e
Removed most of absolute_import imports
|
11 년 전 |
Tomek Paczkowski
|
0fd9f7c95f
Fixed #19080 -- Fine-grained control over select_related in admin
|
11 년 전 |
Loic Bistuer
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 년 전 |
Florian Apolloner
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 년 전 |