Changes between Initial Version and Version 1 of Ticket #29207, comment 1


Ignore:
Timestamp:
Mar 11, 2018, 7:23:09 AM (6 years ago)
Author:
Alex Stovbur

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29207, comment 1

    initial v1  
    1 Replying to [ticket:29207 Gus]:
    2 > If I set up a:
    3 >
    4 > {{{
    5 > class LoanStatusAdmin(admin.ModelAdmin):
    6 >     list_display = ['title']
    7 >     verbose_name = "Loan Status"
    8 >     verbose_name_plural = "Loan Status"
    9 > }}}
    10 >
    11 > Keeps showing me: "Loan statuss"
    12 >
    13 >
    14 > Django: 2.0.3
    15 > Python: 3.6.3
    16 >
    17 > Thanks,
    18 > Gus
    19 >
     1Replying to [ticket:29207 Gus]
    202
    213Did you tried to use the Meta class? Something like this:
Back to Top