Changes between Version 1 and Version 2 of Ticket #26502
- Timestamp:
- Apr 14, 2016, 6:41:02 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26502 – Description
v1 v2 21 21 22 22 class SomethingAdmin(admin.ModelAdmin): 23 resource_class = Something24 23 inlines = [ AuthorInline ] 25 24 list_display = ('somethinga', 'somethingb')