Changes between Version 1 and Version 2 of Ticket #26502


Ignore:
Timestamp:
Apr 14, 2016, 6:41:02 AM (8 years ago)
Author:
Waldemar Hamm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26502 – Description

    v1 v2  
    2121
    2222class SomethingAdmin(admin.ModelAdmin):
    23     resource_class = Something
    2423    inlines = [ AuthorInline ]
    2524    list_display = ('somethinga', 'somethingb')
Back to Top