Skip to content
Snippets Groups Projects

Verbose names

Merged ynerant requested to merge verbose_names into master
45 files
+ 1433
175
Compare changes
  • Side-by-side
  • Inline
Files
45
+ 1
0
@@ -7,6 +7,7 @@ class PortInline(admin.TabularInline):
extra = 0
model = Port
@admin.register(Switch)
class SwitchAdmin(admin.ModelAdmin):
list_display = ('name', 'model', 'building', 'location')
Loading