mirror of
https://github.com/django/django.git
synced 2025-10-28 08:06:09 +00:00
Added tests for saving with pending actions in admin changelist.
This commit is contained in:
committed by
Mariusz Felisiak
parent
68fc21b378
commit
bdff97d373
@@ -105,6 +105,8 @@ site.register(Child, DynamicListDisplayChildAdmin)
|
||||
|
||||
class NoListDisplayLinksParentAdmin(admin.ModelAdmin):
|
||||
list_display_links = None
|
||||
list_display = ['name']
|
||||
list_editable = ['name']
|
||||
|
||||
|
||||
site.register(Parent, NoListDisplayLinksParentAdmin)
|
||||
|
||||
Reference in New Issue
Block a user